This file is indexed.

/usr/include/gstreamermm-1.0/gstreamermm/private/element_p.h is in libgstreamermm-1.0-dev 1.4.3+dfsg-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
// -*- c++ -*-
// Generated by gmmproc 2.42.0 -- DO NOT MODIFY!
#ifndef _GSTREAMERMM_ELEMENT_P_H
#define _GSTREAMERMM_ELEMENT_P_H


#include <glibmm/class.h>

namespace Gst
{

class Element_Class : public Glib::Class
{
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
  typedef Element CppObjectType;
  typedef GstElement BaseObjectType;
  typedef GstElementClass BaseClassType;
  typedef Gst::Object_Class CppClassParent;
  typedef GstObjectClass BaseClassParent;

  friend class Element;
#endif /* DOXYGEN_SHOULD_SKIP_THIS */

  const Glib::Class& init();


  static void class_init_function(void* g_class, void* class_data);

  static Glib::ObjectBase* wrap_new(GObject*);

protected:

  //Callbacks (default signal handlers):
  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
  //You could prevent the original default signal handlers being called by overriding the *_impl method.
  static void no_more_pads_callback(GstElement* self);
  static void pad_added_callback(GstElement* self, GstPad* p0);
  static void pad_removed_callback(GstElement* self, GstPad* p0);

  //Callbacks (virtual functions):
  static void release_pad_vfunc_callback(GstElement* self, GstPad* pad);
  static GstPad* request_new_pad_vfunc_callback(GstElement* self, GstPadTemplate* templ, const gchar* name, const GstCaps* caps);
  static GstStateChangeReturn get_state_vfunc_callback(GstElement* self, GstState* state, GstState* pending, GstClockTime timeout);
  static GstStateChangeReturn set_state_vfunc_callback(GstElement* self, GstState state);
  static GstStateChangeReturn change_state_vfunc_callback(GstElement* self, GstStateChange transition);
  static void set_bus_vfunc_callback(GstElement* self, GstBus* bus);
  static GstClock* provide_clock_vfunc_callback(GstElement* self);
  static gboolean send_event_vfunc_callback(GstElement* self, GstEvent* event);
  static gboolean query_vfunc_callback(GstElement* self, GstQuery* query);
  static void set_context_vfunc_callback(GstElement* self, GstContext* context);
  static gboolean set_clock_vfunc_callback(GstElement* self, GstClock* clock);
  };


} // namespace Gst

#include <gstreamermm/private/object_p.h>


#endif /* _GSTREAMERMM_ELEMENT_P_H */