summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfmux.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-11gst-plugins: allow per feature registrationStéphane Cerveau1-0/+3
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-1/+1
2020-06-04plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge1-0/+2
2018-02-28mxfmux: instantiate adapter at the correct placeMathieu Duponchelle1-1/+1
2018-01-23Update for renamed aggregator pad APITim-Philipp Müller1-7/+7
2017-11-22aggregator: Remove klass->sinkpads_typeMathieu Duponchelle1-2/+2
2017-06-27mxfmux: Write temporal offset and correct keyframe offset into index tableSebastian Dröge1-25/+118
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2017-04-09mxfmux: fix index entry leakVincent Penquerc'h1-0/+9
2016-03-25mxfmux: Instead of releasing request pads on stop(), clear them onlySebastian Dröge1-8/+13
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-01-29mxfmux: Our body partition is always complete and closedSebastian Dröge1-0/+2
2016-01-29mxfmux: Use IndexSID of 2 instead of 1Sebastian Dröge1-1/+1
2016-01-29mxfmux: Rewrite body partition pack on EOS and mark it as complete/closedSebastian Dröge1-0/+23
2016-01-28mxfmux: Write a timecode track into the source package tooSebastian Dröge1-13/+90
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2015-12-08mxfmux: Handle aggregation with NULL buffers without crashingSebastian Dröge1-2/+2
2015-12-08mxfmux: Add FIXME about enforcing that all tracks in a source package have th...Sebastian Dröge1-0/+4
2015-12-08mxfmux: Write index table segmentsSebastian Dröge1-3/+79
2015-12-07mxfmux: Remove more dead codeEdward Hervey1-9/+0
2015-12-04mxfmux: Don't copy input buffers, just append them to the headerSebastian Dröge1-14/+10
2015-11-21mxfmux: Error out if we get a timeout during live mixingSebastian Dröge1-0/+7
2015-10-27mxfmux: Remove some dead code that could never be calledSebastian Dröge1-6/+1
2015-10-23mxfmux: Remove empty set/get_property()Sebastian Dröge1-32/+0
2015-10-23mxfmux: Port to GstAggregatorSebastian Dröge1-259/+320
2015-10-23mxfmux: Set GC essence element UL version to 0x01Sebastian Dröge1-2/+1
2015-10-21mxfmux: Set KAG size to 1Sebastian Dröge1-1/+1
2015-10-21mxfmux: Don't let the header partition's prev_partition point forward to the ...Sebastian Dröge1-1/+1
2015-10-21mxfmux: Don't leak SEEK events when dropping themSebastian Dröge1-0/+1
2015-10-21mxfmux: Don't fail SEGMENT eventsSebastian Dröge1-7/+0
2015-10-21mxfmux: Push stream-start and caps event before segment eventSebastian Dröge1-5/+11
2015-05-08Update references to decodebinLuis de Bethencourt1-1/+1
2014-07-16mxfmux: Avoid taking unnecessary refSebastian Rasmussen1-1/+1
2014-04-21mxfmux: guard against dividing by 0Vincent Penquerc'h1-23/+27
2012-12-18mxf: use appropriate printf format for gsizeThijs Vermeir1-27/+27
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-26mxf: Port mxfdemux to 1.0Michael Smith1-122/+134
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-22/+22
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts1-14/+14
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey1-35/+38
2011-12-15mxfmux: port to GstCollectPads2Vincent Penquerc'h1-38/+41
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-3/+2
2011-11-17collectpads: port API changesStefan Sauer1-1/+1
2011-06-15Merge branch 'master' into 0.11Wim Taymans1-1/+4
2011-06-04Work around changes in g_atomic APIDavid Schleef1-1/+4
2011-02-28miniobject: port to new 0.11 APIWim Taymans1-16/+16
2010-03-22Add -Wformat-nonliteral -Wformat-security flagsBenjamin Otte1-1/+13
2009-08-31GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller1-2/+2