summaryrefslogtreecommitdiff
path: root/gst/mpegpsmux/psmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mpegpsmux/psmux.h')
-rw-r--r--gst/mpegpsmux/psmux.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/mpegpsmux/psmux.h b/gst/mpegpsmux/psmux.h
index 5aacf94ce..3daa90af7 100644
--- a/gst/mpegpsmux/psmux.h
+++ b/gst/mpegpsmux/psmux.h
@@ -93,6 +93,10 @@ struct PsMux {
guint8 audio_bound;
guint8 video_bound;
guint32 rate_bound;
+
+ /* stream headers */
+ GstBuffer *sys_header;
+ GstBuffer *psm;
};
/* create/free new muxer session */
@@ -109,6 +113,8 @@ PsMuxStream * psmux_create_stream (PsMux *mux, PsMuxStreamType stream_type);
gboolean psmux_write_stream_packet (PsMux *mux, PsMuxStream *stream);
gboolean psmux_write_end_code (PsMux *mux);
+GList * psmux_get_stream_headers (PsMux *mux);
+
G_END_DECLS
#endif