summaryrefslogtreecommitdiff
path: root/plugins/elements/gsttypefindelement.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier1-1351/+0
2020-12-10coreelements: allow per features registrationStéphane Cerveau1-0/+3
2020-11-10typefind: copy seqnum to new segment eventJonathan Matthew1-2/+7
2019-09-09Don't pass default GLib marshallers for signalsNiels De Graef1-1/+1
2018-11-09typefind: cleanup (un)reffing of several objects.Niels De Graef1-15/+4
2018-11-04typefind: Always forward RECONFIGURE events upstreamSebastian Dröge1-0/+5
2018-10-26typefind: Lower debug level of some output related to the URI querySebastian Dröge1-3/+3
2018-08-01typefind: Add new gst_type_find_helper_get_range_full() that returns flow returnSebastian Dröge1-3/+6
2018-07-25typefind: Add _with_extension() variants for typefinding data or a bufferSebastian Dröge1-2/+5
2018-05-01Fix typos in comments and docsluz.paz1-3/+3
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-0/+1
2016-12-21typefind: Switch to normal mode before have-typeJan Schmidt1-1/+7
2016-12-09typefind: Use gst_query_has_scheduling_mode_with_flags() convenience functionSebastian Dröge1-5/+2
2016-11-16queues: Don't return negative position queries.Jan Schmidt1-0/+2
2016-08-27Make use of the new GST_ELEMENT_FLOW_ERROR API all around.Thibault Saunier1-2/+1
2016-05-11typefind: Only push a CAPS event downstream if the sinkpad is not in PULL modeSebastian Dröge1-0/+4
2016-03-24typefind: Remove redundant assignmentSebastian Dröge1-3/+1
2016-03-15typefind: Allow caps query in "have-type" signal handlersRomain Picard1-3/+9
2016-03-14typefind: Store caps on the pad before emitting have-type but send it downstr...Sebastian Dröge1-7/+48
2016-03-12Revert "typefind: Store caps on the pad before emitting have-type but send it...Sebastian Dröge1-48/+7
2016-03-12typefind: Store caps on the pad before emitting have-type but send it downstr...Sebastian Dröge1-7/+48
2016-02-28elements: use new gst_element_class_add_static_pad_template()Tim-Philipp Müller1-4/+4
2016-02-27typefind: fix indentationTim-Philipp Müller1-2/+4
2016-01-29typefindelement: Improve English grammarAlex Henrie1-2/+2
2015-06-14typefindelement: reset segment only once streaming has stoppedTim-Philipp Müller1-5/+6
2015-06-05typefind: Post an error if we can't typefind the data until EOSSebastian Dröge1-11/+25
2015-04-13typefindelement: Use gst_event_unref() instead of gst_mini_object_unref() + c...Sebastian Dröge1-2/+2
2015-04-13typefind: fix leak in gst_type_find_element_src_event()Guillaume Desmottes1-1/+4
2015-04-13typefind: Run the default have-type handler after all application handlersSebastian Dröge1-1/+1
2015-03-12typefind: Reset segment when deactivating pull mode or not running in pull modeSebastian Dröge1-0/+2
2014-12-10typefind: minor cosmetic changeTim-Philipp Müller1-4/+4
2014-12-10typefind: use GST_BUFFER_OFFSET_NONE for buffer offsetTim-Philipp Müller1-2/+2
2014-12-01typefind: Propagate input buffer offsetEdward Hervey1-0/+4
2014-09-17typefindelement: do not leak sticky events in flush_stopOgnyan Tonchev1-5/+4
2014-07-25typefindelement: remove prototype for function that no longer existsTim-Philipp Müller1-4/+0
2014-07-17typefindelement: Propagate input buffer PTS and DTSEdward Hervey1-0/+5
2014-05-31typefind: Keep still meaningfull pending events on FLUSH_STOPSebastian Dröge1-3/+15
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-1/+1
2013-09-04typefind: Add missing break after handling the GAP eventSebastian Dröge1-0/+1
2013-07-29typefind: Only advance offset by the number of bytes we actually readSebastian Dröge1-1/+1
2013-07-22typefind: Use new group-id in stream-start eventSebastian Dröge1-1/+4
2013-05-15typefind: Handle the force-caps property more similar to all typefinding code...Sebastian Dröge1-79/+69
2013-05-07typefind: Send stream-start before anything elseNicolas Dufresne1-15/+13
2013-04-29typefind: Always leave TYPEFIND mode when we're stopping typefindingSebastian Dröge1-2/+1
2013-04-29typefind: Simplify codeSebastian Dröge1-5/+3
2013-04-29typefind: Push pending events independent of the existence of a downstream ch...Sebastian Dröge1-4/+5
2013-04-29typefind: Only push CAPS event once if we get one from upstreamSebastian Dröge1-4/+1
2013-04-29typefind: Stop typefinding if we get a CAPS event from upstreamSebastian Dröge1-22/+1
2013-04-29typefind: Improve handling of GAP eventsSebastian Dröge1-0/+13
2013-04-29typefind: Forward events that should happen before the caps event directlySebastian Dröge1-7/+16