summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-30rtsp: Cleanup the error pathrtsp-connectionWim Taymans1-14/+18
2013-05-30rtsp: cleanup the watch reset functionWim Taymans1-13/+17
2013-05-30rtsp: check if the streams are still activeWim Taymans1-14/+26
2013-05-30rtsp: use child sources instead of using the socketsWim Taymans1-200/+169
2013-05-30rtsp: fix input/output streams for tunnelingWim Taymans1-3/+6
2013-05-30rtsp: don't use sockets for blockingWim Taymans1-260/+143
2013-05-30rtsp: add TLS supportWim Taymans4-2/+18
2013-05-30rtspconnection: use the input/output stream of clientconnectionWim Taymans1-20/+29
2013-05-30rtsp: set sockets non-blockingWim Taymans1-0/+3
2013-05-30rtsp: use GSocketClient for making connectionsWim Taymans1-229/+125
2013-05-30Revert "rtspconnection: Use a GSocketAddressNumerator to resolve the addresses"Wim Taymans1-117/+98
2013-05-30videoconvert: free tmplines correctlyWim Taymans2-1/+3
2013-05-29playsink: pass translated color balance value to channelDaniel Drake1-1/+12
2013-05-29playbin: Don't take an extra reference to the custom stream combinersBrendan Long1-1/+1
2013-05-29alsasrc: Dump some more debug output about the device configurationSebastian Dröge1-1/+19
2013-05-29alsasink: Update internal buffer/period times with the values that were confi...Sebastian Dröge1-0/+2
2013-05-29playbin: Rename compressed unit test to complexSebastian Dröge2-7/+7
2013-05-29playbin: Set custom stream-combiners to NULL and unref before finalizingSebastian Dröge2-1/+22
2013-05-29playbin: Add playbin audio-stream-combiner test using adderBrendan Long1-7/+123
2013-05-29playbin: Rename select to combine and selector to combiner in playbinBrendan Long1-228/+229
2013-05-29playbin: Add support for custom stream-combinersBrendan Long1-51/+232
2013-05-28decodebin: Don't call autoplug-query on shutdownSebastian Dröge1-6/+2
2013-05-28playbin: In autoplug-queries, add the actual decoder/parser/etc template capsSebastian Dröge1-1/+6
2013-05-28playbin: Forward CONTEXT queries to the corresponding sink if we have oneSebastian Dröge1-0/+89
2013-05-28playbin: Refactor autoplug-query handlingSebastian Dröge2-135/+154
2013-05-28decodebin: Block on serialized queries tooSebastian Dröge1-3/+13
2013-05-28decodebin: Pass the element in the autoplug-query signal tooSebastian Dröge3-17/+28
2013-05-28decodebin: Need to lock the chain mutex in autoplug_querySebastian Dröge1-0/+2
2013-05-28playsinkconvertbin: Fix leak of the downstream caps filterSebastian Dröge1-0/+2
2013-05-28playbin: Refactor autoplug-query handling a bitSebastian Dröge1-4/+14
2013-05-27rtspconnection: Use a GSocketAddressNumerator to resolve the addressesSebastian Dröge1-98/+117
2013-05-27theoradec: Require caps to be set before data flow happensSebastian Dröge1-1/+6
2013-05-27video-format: fix NV16 unpackWim Taymans2-30/+3
2013-05-27video-chroma: add interlaced flagWim Taymans1-2/+3
2013-05-27videoconvert: run chroma resamplerscolorspace2Wim Taymans2-67/+217
2013-05-27videotestsrc: subsample chroma before packingWim Taymans4-8/+85
2013-05-27video-chroma: add chroma resamplerWim Taymans3-0/+786
2013-05-27video: don't perform subsampling while packingWim Taymans3-82/+65
2013-05-27videoconvert: reformatWim Taymans1-4/+8
2013-05-27video: move chroma functions to separate fileWim Taymans5-82/+142
2013-05-27videoconvert: actually use the input pixelsWim Taymans1-6/+4
2013-05-27videometa: fix docsWim Taymans1-2/+2
2013-05-25videoencoder: Don't require an output state to be set before allocating outpu...Sebastian Dröge1-4/+4
2013-05-24typefind: Ensure we have enough data when reading the sync marker in the AAC/...Sebastian Dröge1-1/+1
2013-05-24audio: Always provide a buffer in gst_audio_(enc|dec)oder_allocate_output_buf...Sebastian Dröge2-6/+27
2013-05-24video: Always provide a buffer in gst_video_(enc|dec)oder_allocate_output_buf...Sebastian Dröge2-14/+44
2013-05-24decodebin: Lock the state of child elements as long as we manage their statesSebastian Dröge1-1/+8
2013-05-24Revert "decodebin2: use NO_RESYNC flag"Sebastian Dröge1-2/+0
2013-05-22decodebin: Use signal handler IDs instead of disconnecting by functionSebastian Dröge1-25/+32
2013-05-22decodebin: Connect and disconnect the have-type signal of typefind before sta...Sebastian Dröge1-6/+10