summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfdv-dif.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-01-27 14:25:26 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-01-31 11:02:24 +0100
commit91b35975b5a673d67f985b57878889b43fbe7bf2 (patch)
tree0ee9acbc12e0d04e5870536098a1b9fb2028b4b9 /gst/mxf/mxfdv-dif.c
parentdc42074fa927207273b74c1d0ec327bb27f46086 (diff)
downloadgst-plugins-bad-91b35975b5a673d67f985b57878889b43fbe7bf2.tar.gz
gst-plugins-bad-91b35975b5a673d67f985b57878889b43fbe7bf2.tar.bz2
gst-plugins-bad-91b35975b5a673d67f985b57878889b43fbe7bf2.zip
Generate an index table for essence streams
Generate an index table for essence streams during playback and make sure that only the correct essence elements are used for played tracks. Make it possible to have one essence stream used in multiple playback tracks. Fix some minor bugs.
Diffstat (limited to 'gst/mxf/mxfdv-dif.c')
-rw-r--r--gst/mxf/mxfdv-dif.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/mxf/mxfdv-dif.c b/gst/mxf/mxfdv-dif.c
index 67610e3b..256bddac 100644
--- a/gst/mxf/mxfdv-dif.c
+++ b/gst/mxf/mxfdv-dif.c
@@ -70,8 +70,7 @@ static GstFlowReturn
mxf_dv_dif_handle_essence_element (const MXFUL * key, GstBuffer * buffer,
GstCaps * caps,
MXFMetadataTimelineTrack * track,
- MXFMetadataSourceClip * component, gpointer mapping_data,
- GstBuffer ** outbuf)
+ gpointer mapping_data, GstBuffer ** outbuf)
{
*outbuf = buffer;