diff options
Diffstat (limited to 'gst/matroska/matroska-ids.h')
-rw-r--r-- | gst/matroska/matroska-ids.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/matroska/matroska-ids.h b/gst/matroska/matroska-ids.h index c8c6d371..4a00ba1b 100644 --- a/gst/matroska/matroska-ids.h +++ b/gst/matroska/matroska-ids.h @@ -22,6 +22,8 @@ #ifndef __GST_MATROSKA_IDS_H__ #define __GST_MATROSKA_IDS_H__ +#include <gst/gst.h> + #include "ebml-ids.h" /* @@ -299,4 +301,9 @@ typedef struct _Wavpack4Header { guint32 crc; /* crc for actual decoded data */ } Wavpack4Header; +gboolean gst_matroska_track_init_video_context (GstMatroskaTrackContext ** p_context); +gboolean gst_matroska_track_init_audio_context (GstMatroskaTrackContext ** p_context); +gboolean gst_matroska_track_init_subtitle_context (GstMatroskaTrackContext ** p_context); +gboolean gst_matroska_track_init_complex_context (GstMatroskaTrackContext ** p_context); + #endif /* __GST_MATROSKA_IDS_H__ */ |