summaryrefslogtreecommitdiff
path: root/gst/playback/gstdecodebin2.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-05decodebin: fix deadend_details string leakVineeth TM1-1/+2
2015-07-14decodebin: only try to expose complete groupsThiago Santos1-2/+6
2015-07-14decodebin: fix typoThiago Santos1-1/+1
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2015-04-08decodebin: Also log the pointer value of sticky events in debug outputSebastian Dröge1-1/+2
2015-04-03decodebin2: fix deadlock on chain shutdownVincent Penquerc'h1-2/+4
2015-03-27decodebin: improve debug message by printing the objectThiago Santos1-1/+1
2015-03-24decodebin2: Set multiqueue sizes before use-buffering.Duncan Palmer1-7/+20
2015-02-26playback: Fix broken GList modificationEdward Hervey1-1/+1
2015-02-24decodebin: fix deadlock when resetting bufferingVincent Penquerc'h1-2/+0
2015-02-23decodebin: move null checkLuis de Bethencourt1-5/+5
2015-02-20decodebin: Only consider non-parser factories for generating the post-parser ...Sebastian Dröge1-1/+3
2015-02-19decodebin: fix deadlock between downward state change and pad additionVincent Penquerc'h1-3/+12
2015-02-19decodebin: guard against the decode chain going while a pad is addedVincent Penquerc'h1-28/+51
2015-02-19decodebin: possible fix for deadlock when spamming "next song"Vincent Penquerc'h1-1/+5
2015-01-20dcodebin2: fix lock/unlock mismatch on multiqueue overrunVincent Penquerc'h1-1/+1
2015-01-17decodebin: Fix compilationSebastian Dröge1-4/+2
2015-01-16decodebin: do call set_queue_size in no_more_pads_cbBranislav Katreniak1-0/+14
2015-01-16decodebin: free old groups when switching groupsVincent Penquerc'h1-0/+52
2015-01-14decodebin: disable pad link checks as it has already been doneThiago Santos1-2/+4
2014-12-15Revert "decodebin: Only emit the drain signal for the main decode chain, not ...Sebastian Dröge1-1/+1
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-3/+3
2014-11-26decodebin: Analyze source pad before setting to PAUSED for 'simple demuxers'Thibault Saunier1-2/+37
2014-11-26decodebin2: Take STREAM_LOCK before sending sticky events.Mathieu Duponchelle1-0/+11
2014-10-26Revert "decodebin: fix the autoplugging of parser elements"Sebastian Dröge1-25/+0
2014-10-26Revert "decodebin: Fix locking"Sebastian Dröge1-8/+10
2014-10-21decodebin: Fix lockingSebastian Dröge1-10/+8
2014-10-21decodebin: fix the autoplugging of parser elementsSreerenj Balachandran1-0/+25
2014-10-21decodebin: optimize the code a bit by avoiding unnecessary string comparisonsSreerenj Balachandran1-4/+3
2014-10-21decodebin: Fix typo in commentSreerenj Balachandran1-1/+1
2014-10-07decodebin: Only emit the drain signal for the main decode chain, not any subc...Andrei Sarakeev1-1/+1
2014-10-06decodebin: Free factories array when delaying autoplugging due to non-final capsSebastian Dröge1-0/+1
2014-10-06decodebin: unref decode pad after usageAurélien Zanelli1-0/+2
2014-09-11decodebin: protect buffering message handlingThiago Santos1-0/+2
2014-09-02decodebin: Also include the raw caps in the error message, not just the human...Sebastian Dröge1-2/+4
2014-09-02decodebin: Include codec description for missing plugins in the error messageSebastian Dröge1-0/+5
2014-08-25decodebin: Include information from the error messages of tried but failed el...Sebastian Dröge1-19/+151
2014-08-25decodebin: Initialize local variables for every retrySebastian Dröge1-4/+9
2014-08-25decodebin: Remove error case that resulted in two error messagesSebastian Dröge1-13/+2
2014-08-13decodebin: handle group switching for deadend groupThiago Santos1-14/+31
2014-08-13decodebin: consider all deadend pads as drainedThiago Santos1-0/+5
2014-08-11decodebin: Remove buffering special casing for adaptive streaming demuxersSebastian Dröge1-20/+5
2014-07-29decodebin: add missing 'time' word to debug messageThiago Santos1-1/+1
2014-07-23decodebin: Don't unref caps for which we don't own a reference... get one firstSebastian Dröge1-2/+13
2014-07-21decodebin: Link Parser/Converter directly and already connect to pad-added an...Sebastian Dröge1-19/+51
2014-07-21decodebin: Send sticky events to the new element after setting it to PAUSEDSebastian Dröge1-1/+36
2014-07-21decodebin: Only link elements further after setting them to PAUSEDSebastian Dröge1-3/+3
2014-07-21decodebin: Remove ERROR message filter after we set the element to PAUSEDSebastian Dröge1-3/+9
2014-07-21decodebin: Only continue autoplugging once the pad has final capsSebastian Dröge1-5/+13
2014-07-21decodebin: Consider the caps after the capsfilter after parsers for autopluggingSebastian Dröge1-0/+5