summaryrefslogtreecommitdiff
path: root/gst/playback/gstdecodebin2.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "decodebin: Handle the preroll multi-queue size"Sebastian Dröge2015-08-181-38/+6
* Revert "decodebin: Store extra_buffer_required per group, not globally"Sebastian Dröge2015-08-181-31/+26
* Revert "decodebin: If extra buffers are going to be required, we're still pre...Sebastian Dröge2015-08-181-11/+10
* decodebin: If extra buffers are going to be required, we're still prerollingSebastian Dröge2015-08-181-10/+11
* decodebin: Store extra_buffer_required per group, not globallySebastian Dröge2015-08-181-26/+31
* decodebin: Handle the preroll multi-queue sizeMyoungsun Lee2015-08-181-6/+38
* decodebin: Fix list iterationEdward Hervey2015-08-161-1/+1
* decodebin2: Handle flushing with multiple decode groupsEdward Hervey2015-08-151-0/+116
* decodebin2: Forward event/queries for unlinked groupsEdward Hervey2015-08-151-0/+80
* decodebin: fix deadend_details string leakVineeth TM2015-08-051-1/+2
* decodebin: only try to expose complete groupsThiago Santos2015-07-141-2/+6
* decodebin: fix typoThiago Santos2015-07-141-1/+1
* remove unused enum items PROP_LASTLuis de Bethencourt2015-04-241-2/+1
* decodebin: Also log the pointer value of sticky events in debug outputSebastian Dröge2015-04-081-1/+2
* decodebin2: fix deadlock on chain shutdownVincent Penquerc'h2015-04-031-2/+4
* decodebin: improve debug message by printing the objectThiago Santos2015-03-271-1/+1
* decodebin2: Set multiqueue sizes before use-buffering.Duncan Palmer2015-03-241-7/+20
* playback: Fix broken GList modificationEdward Hervey2015-02-261-1/+1
* decodebin: fix deadlock when resetting bufferingVincent Penquerc'h2015-02-241-2/+0
* decodebin: move null checkLuis de Bethencourt2015-02-231-5/+5
* decodebin: Only consider non-parser factories for generating the post-parser ...Sebastian Dröge2015-02-201-1/+3
* decodebin: fix deadlock between downward state change and pad additionVincent Penquerc'h2015-02-191-3/+12
* decodebin: guard against the decode chain going while a pad is addedVincent Penquerc'h2015-02-191-28/+51
* decodebin: possible fix for deadlock when spamming "next song"Vincent Penquerc'h2015-02-191-1/+5
* dcodebin2: fix lock/unlock mismatch on multiqueue overrunVincent Penquerc'h2015-01-201-1/+1
* decodebin: Fix compilationSebastian Dröge2015-01-171-4/+2
* decodebin: do call set_queue_size in no_more_pads_cbBranislav Katreniak2015-01-161-0/+14
* decodebin: free old groups when switching groupsVincent Penquerc'h2015-01-161-0/+52
* decodebin: disable pad link checks as it has already been doneThiago Santos2015-01-141-2/+4
* Revert "decodebin: Only emit the drain signal for the main decode chain, not ...Sebastian Dröge2014-12-151-1/+1
* Don't compare booleans for equality to TRUE and FALSESebastian Dröge2014-12-011-3/+3
* decodebin: Analyze source pad before setting to PAUSED for 'simple demuxers'Thibault Saunier2014-11-261-2/+37
* decodebin2: Take STREAM_LOCK before sending sticky events.Mathieu Duponchelle2014-11-261-0/+11
* Revert "decodebin: fix the autoplugging of parser elements"Sebastian Dröge2014-10-261-25/+0
* Revert "decodebin: Fix locking"Sebastian Dröge2014-10-261-8/+10
* decodebin: Fix lockingSebastian Dröge2014-10-211-10/+8
* decodebin: fix the autoplugging of parser elementsSreerenj Balachandran2014-10-211-0/+25
* decodebin: optimize the code a bit by avoiding unnecessary string comparisonsSreerenj Balachandran2014-10-211-4/+3
* decodebin: Fix typo in commentSreerenj Balachandran2014-10-211-1/+1
* decodebin: Only emit the drain signal for the main decode chain, not any subc...Andrei Sarakeev2014-10-071-1/+1
* decodebin: Free factories array when delaying autoplugging due to non-final capsSebastian Dröge2014-10-061-0/+1
* decodebin: unref decode pad after usageAurélien Zanelli2014-10-061-0/+2
* decodebin: protect buffering message handlingThiago Santos2014-09-111-0/+2
* decodebin: Also include the raw caps in the error message, not just the human...Sebastian Dröge2014-09-021-2/+4
* decodebin: Include codec description for missing plugins in the error messageSebastian Dröge2014-09-021-0/+5
* decodebin: Include information from the error messages of tried but failed el...Sebastian Dröge2014-08-251-19/+151
* decodebin: Initialize local variables for every retrySebastian Dröge2014-08-251-4/+9
* decodebin: Remove error case that resulted in two error messagesSebastian Dröge2014-08-251-13/+2
* decodebin: handle group switching for deadend groupThiago Santos2014-08-131-14/+31
* decodebin: consider all deadend pads as drainedThiago Santos2014-08-131-0/+5