aboutsummaryrefslogtreecommitdiff
path: root/gst/mpegtsdemux/gstmpegdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mpegtsdemux/gstmpegdesc.h')
-rw-r--r--gst/mpegtsdemux/gstmpegdesc.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gst/mpegtsdemux/gstmpegdesc.h b/gst/mpegtsdemux/gstmpegdesc.h
index 2e98a877..ef4412ab 100644
--- a/gst/mpegtsdemux/gstmpegdesc.h
+++ b/gst/mpegtsdemux/gstmpegdesc.h
@@ -348,13 +348,13 @@ typedef struct
guint8 *data;
} GstMPEGDescriptor;
-void gst_mpegtsdesc_init_debug (void);
-gboolean gst_mpeg_descriptor_parse (GstMPEGDescriptor *result, guint8 * data, guint size);
+G_GNUC_INTERNAL void gst_mpegtsdesc_init_debug (void);
+G_GNUC_INTERNAL gboolean gst_mpeg_descriptor_parse (GstMPEGDescriptor *result, guint8 * data, guint size);
-guint gst_mpeg_descriptor_n_desc (GstMPEGDescriptor * desc);
-guint8 *gst_mpeg_descriptor_find (GstMPEGDescriptor * desc, gint tag);
-GArray *gst_mpeg_descriptor_find_all (GstMPEGDescriptor * desc, gint tag);
+G_GNUC_INTERNAL guint gst_mpeg_descriptor_n_desc (GstMPEGDescriptor * desc);
+G_GNUC_INTERNAL guint8 *gst_mpeg_descriptor_find (GstMPEGDescriptor * desc, gint tag);
+G_GNUC_INTERNAL GArray *gst_mpeg_descriptor_find_all (GstMPEGDescriptor * desc, gint tag);
-guint8 *gst_mpeg_descriptor_nth (GstMPEGDescriptor * desc, guint i);
+G_GNUC_INTERNAL guint8 *gst_mpeg_descriptor_nth (GstMPEGDescriptor * desc, guint i);
#endif /* __GST_MPEG_DESC_H__ */