summaryrefslogtreecommitdiff
path: root/gst/playback/gsturidecodebin.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-18playbin/uridecodebin: Emit source-setup signal early before doing the schedul...Sebastian Dröge1-18/+19
2021-04-21uridecodebin: Don't force floating reference for future reusable decodebinSeungha Yang1-2/+9
2021-04-21uridecodebin: Use gst_object_ref instead of g_object_refSeungha Yang1-1/+1
2021-03-26playback: Don't special-case G_SIGNAL_RUN_CLEANUP stage in signal accumulatorsSebastian Dröge1-10/+5
2021-03-10playback: remove useless ret testStéphane Cerveau1-1/+1
2020-12-10playback: allow per feature registrationStéphane Cerveau1-11/+7
2020-06-05uridecodebin: Dont link random padsEdward Hervey1-2/+6
2020-01-09playbin2: handle GST_PLAY_FLAG_FORCE_SW_DECODERSVíctor Manuel Jáquez Leal1-1/+47
2019-08-30Pass the code through codespellThibault Saunier1-5/+5
2019-08-27Don't pass default GLib marshallers for signalsNiels De Graef1-17/+11
2019-05-22uridecodebin, urisourcebin: fix buffering for ssh:// URIsTim-Philipp Müller1-3/+5
2019-05-13doc: Fix some gtk-doc commentsThibault Saunier1-8/+8
2019-04-09decodebin: Protect ->source with the object lockThibault Saunier1-2/+11
2018-05-22docs: Fix typosTim-Philipp Müller1-1/+1
2018-02-14doc: Remove obsolete Since 0.10.X marksNicolas Dufresne1-10/+0
2017-10-03Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet1-6/+6
2017-07-03uridecodebin: aggregate topology messagesMathieu Duponchelle1-1/+79
2017-03-10docs: Convert gtkdoc comments to markdownThibault Saunier1-25/+18
2016-09-12playback: Use new gst_bin_set_suppressed_flags() API instead of worrying abou...Sebastian Dröge1-7/+2
2016-09-01playbackutils: Move compare_factories_funcWonchul Lee1-4/+2
2016-03-24base: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2015-10-19playbin/uridecodebin: Always post async-done immediately if we're a live pipe...Sebastian Dröge1-2/+4
2015-09-16uridecodebin: Use the correct caps name for MS Smooth Streaming manifestsSebastian Dröge1-1/+1
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2015-02-19uridecodebin: Reset the default query return value when the iterator has to r...Sebastian Dröge1-1/+1
2015-02-19uridecodebin: Let the latency query fail if one of the source queries failsSebastian Dröge1-3/+6
2015-02-17uridecodebin: Pass object, not GValue to debug printOlivier Crête1-1/+1
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-10/+12
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-3/+3
2014-10-02uridecodebin: Removed setting "iradio-mode" property in the source elementAndres Gomez1-11/+0
2014-08-25decodebin: Include information from the error messages of tried but failed el...Sebastian Dröge1-3/+33
2014-07-28uridecodebin: Pass through NO_PREROLL state change returnsSebastian Dröge1-3/+11
2014-07-23uridecodebin: Go asynchronously from READY to PAUSEDSebastian Dröge1-4/+18
2014-07-21uridecodebin: Create new sources after chaining up to the parent classSebastian Dröge1-9/+18
2014-06-05uridecodebin: Also catch CODEC_NOT_FOUND errors and delay them until all deco...Sebastian Dröge1-1/+3
2014-06-04uridecodebin: Ignore missing-plugin messages unless all decodebins post oneSebastian Dröge1-10/+44
2014-05-08uridecodebin: use downloadbuffer for download bufferingWim Taymans1-12/+17
2014-03-07decodebin: Buffer up to 5 seconds in multiqueue buffering modeSebastian Dröge1-1/+1
2014-02-23uridecodebin: Always use buffering in multiqueue for adaptive streamsSebastian Dröge1-2/+3
2014-02-23uridecodebin: Only add a queue2 for buffering for non-adaptive streaming streamsSebastian Dröge1-39/+45
2014-02-23uridecodebin: pass on the buffering property for adaptive streamsThiago Santos1-1/+25
2014-02-12uridecodebin: Don't leak pad referencesSebastian Dröge1-1/+5
2014-01-28decodebin: make it possible to register multiple handlers for autoplug-selectAlessandro Decina1-3/+12
2014-01-24uridecodebin: Drop hardcoded list of media suitable for download bufferingSjoerd Simons1-29/+5
2013-11-29uridecodebin: copy sticky eventsWim Taymans1-0/+13
2013-05-28decodebin: Pass the element in the autoplug-query signal tooSebastian Dröge1-10/+11
2013-05-15playback: Only do a subset filtering for the factories if we have fixed capsSebastian Dröge1-1/+1
2013-05-14playback: Use subset checks instead of intersectionSebastian Dröge1-1/+1
2013-05-08uridecodebin: Always store queue2 elements for later removalSebastian Dröge1-0/+1
2013-04-21uridecodebin: don't report 'no uri handler found' if the URI was rejected by ...Tim-Philipp Müller1-10/+18