summaryrefslogtreecommitdiff
path: root/gst/playback
Commit message (Expand)AuthorAgeFilesLines
* decodebin: expose_pad() is always called with lock==TRUE, simplify codeSebastian Dröge2016-03-141-12/+8
* decodebin: Don't check twice if the decode chain is complete in pad_added_cb()Sebastian Dröge2016-03-141-12/+0
* decodebin: Don't hold EXPOSE_LOCK in type_found() outside the stream lockSebastian Dröge2016-03-141-5/+2
* Revert "playbin: use avdeinterlace for deinterlacing until deinterlace is por...Sebastian Dröge2016-03-021-4/+0
* Revert "playsink: Properly mark pending blocked pads"Edward Hervey2016-02-231-3/+1
* decodebin: return incomplete topology if decode chains' cap could not be obta...Vineeth T M2016-02-171-9/+6
* decodebin: Fix documentation of the autoplug-query signalSebastian Dröge2016-02-151-2/+1
* decodebin: Correctly expose pads from elements that have directly exposable padsSebastian Dröge2016-01-251-42/+47
* streamsynchronizer: Ignore flushing streams [..]Mathieu Duponchelle2016-01-161-1/+1
* playbin: Only append non-raw and sysmem pad template caps to the autoplug-que...Sebastian Dröge2016-01-161-0/+28
* Revert "playbin: only add the template caps when the result is empty"Sebastian Dröge2016-01-161-1/+1
* playsink: Properly mark pending blocked padsEdward Hervey2016-01-151-1/+3
* subtitleoverlay: replace gst_caps_can_intersect() with is_subset()Thiago Santos2016-01-131-1/+1
* playbin: use subset check instead of intersectThiago Santos2016-01-131-4/+4
* subtitleoverlay: replace accept-caps with caps queryThiago Santos2016-01-111-3/+17
* playbin: Use the caps query instead of accept-caps to detect if a sink accept...Sebastian Dröge2016-01-081-8/+10
* playsink: Don't leak audio/video filters due to floating references weirdnessSebastian Dröge2015-12-251-0/+6
* playsink: Allow reuse of audio/video filters by unparenting them from their binsSebastian Dröge2015-12-251-0/+41
* playsink: Don't leak audio/video filters when using non-raw mediaSebastian Dröge2015-12-251-0/+6
* playbin: only add the template caps when the result is emptyMatthew Waters2015-12-181-1/+1
* Revert "decodebin2: fix deadlock on chain shutdown"Sebastian Dröge2015-12-161-4/+2
* decodebin2: fix "Attempt to unlock mutex that was not locked"Tim-Philipp Müller2015-12-021-1/+2
* playback: Expose XSUB formats by defaultEdward Hervey2015-12-021-0/+1
* streamsynchronizer: Rename GstStream => GstSyncStreamEdward Hervey2015-12-021-28/+28
* decodebin: Update buffering messages when removing an element that had buffer...Sebastian Dröge2015-12-021-2/+61
* [PATCH] Fix a race condition accessing the decode_chain field.Thomas Bluemel2015-12-011-16/+40
* decodebin: early out on pad-added when the pad is inactiveVincent Penquerc'h2015-12-011-0/+7
* decodebin: lock the expose lock around decode_chain useVincent Penquerc'h2015-12-011-8/+14
* decodebin: Properly deactivate ghostpadsEdward Hervey2015-11-061-1/+1
* decodebin: Send SEEK events directly to adaptive streaming demuxersSebastian Dröge2015-10-271-2/+38
* decodebin: fix event leakGuillaume Desmottes2015-10-251-0/+1
* playbin: Send upstream events directly to playsinkSebastian Dröge2015-10-231-0/+24
* decodebin: track the exposable pads through connect_padMatthew Waters2015-10-201-7/+31
* decodebin: return the possibly new chain in analyze_new_padMatthew Waters2015-10-201-7/+15
* playsink: relink text_pad in case of reconfigurationRajat Verma2015-10-201-5/+5
* decodebin/playbin/playsink/subtitleoverlay: Post async-done on state change f...Sebastian Dröge2015-10-194-1/+8
* playsink: Immediately error out if state change failsSebastian Dröge2015-10-191-1/+3
* playbin/uridecodebin: Always post async-done immediately if we're a live pipe...Sebastian Dröge2015-10-192-2/+7
* decodebin: set the decode pad target before setting elements to PAUSEDMatthew Waters2015-10-191-66/+23
* playsink: Fix volume element leakVineeth TM2015-10-151-0/+6
* decodebin: free hidden groups at time of switching groupsRajat Verma2015-10-021-1/+1
* uridecodebin: Use the correct caps name for MS Smooth Streaming manifestsSebastian Dröge2015-09-161-1/+1
* playback: Add POINTER_TO_ULONG() macro for consistencySebastian Dröge2015-09-111-5/+6
* playback: fix build error for 64bit Windows build by MinGWKouhei Sutou2015-09-111-2/+4
* playsinkconvertbin: implement accept-caps handlerThiago Santos2015-08-281-0/+47
* 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