summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfdemux.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-11-30 17:26:55 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-11-30 17:26:55 +0000
commitc6d653d945ff9527c0e9933f8fd92e0a965459d7 (patch)
treea590a16d8a88f8f69b125bb9ee77977bc5def0b9 /gst/mxf/mxfdemux.h
parent2657c730248da06e67c3974aec46de893e622f08 (diff)
downloadgst-plugins-bad-c6d653d945ff9527c0e9933f8fd92e0a965459d7.tar.gz
gst-plugins-bad-c6d653d945ff9527c0e9933f8fd92e0a965459d7.tar.bz2
gst-plugins-bad-c6d653d945ff9527c0e9933f8fd92e0a965459d7.zip
gst/mxf/: Add property to select the top-level source package or material package that should be used for playback.
Original commit message from CVS: * gst/mxf/mxfdemux.c: (gst_mxf_demux_remove_pads), (gst_mxf_demux_reset), (gst_mxf_demux_find_package), (gst_mxf_demux_choose_package), (gst_mxf_demux_handle_header_metadata_update_streams), (gst_mxf_demux_handle_klv_packet), (gst_mxf_demux_set_property), (gst_mxf_demux_get_property), (gst_mxf_demux_finalize), (gst_mxf_demux_class_init): * gst/mxf/mxfdemux.h: * gst/mxf/mxfparse.c: (mxf_umid_from_string): * gst/mxf/mxfparse.h: Add property to select the top-level source package or material package that should be used for playback.
Diffstat (limited to 'gst/mxf/mxfdemux.h')
-rw-r--r--gst/mxf/mxfdemux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/mxf/mxfdemux.h b/gst/mxf/mxfdemux.h
index 887200cd..7b35d19a 100644
--- a/gst/mxf/mxfdemux.h
+++ b/gst/mxf/mxfdemux.h
@@ -99,6 +99,8 @@ struct _GstMXFDemux
MXFUMID current_package_uid;
MXFMetadataGenericPackage *current_package;
+ gchar *current_package_string;
+ gchar *requested_package_string;
};
struct _GstMXFDemuxClass