summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-05Release 1.1.11.1.1Sebastian Dröge86-1188/+6495
2013-06-05Update .po filesSebastian Dröge37-37/+37
2013-06-05Automatic update of common submoduleSebastian Dröge1-0/+0
2013-06-04videodecoder: Change GST_WARNING to a GST_DEBUGSebastian Dröge1-1/+1
2013-06-01audioencoder: Remove private copy of gst_audio_info_is_equal()Sebastian Dröge2-22/+7
2013-05-31rtspconnection: remove functions added in GLib 2.34Brendan Long1-5/+14
2013-05-30adder: Add GstChildProxy interface for the sinkpadsSebastian Dröge1-1/+48
2013-05-30adder: Hold object lock in setcaps a bit longer to prevent race conditionsSebastian Dröge1-2/+3
2013-05-30adder: Simplify segment event handlingSebastian Dröge2-12/+3
2013-05-30adder: Use gst_audio_info_is_equal() to check if we get the same capsSebastian Dröge1-6/+8
2013-05-30audio: Add gst_audio_info_is_equal()Sebastian Dröge4-0/+40
2013-05-30adder: Don't calls gst_pad_set_caps() on sinkpadsSebastian Dröge2-70/+20
2013-05-30adder: Set GAP flag on silence buffers we createdSebastian Dröge1-0/+1
2013-05-30adder: Remove caching of the processing functionSebastian Dröge5-153/+147
2013-05-30adder: Add support for per-stream volumesSebastian Dröge5-5/+2849
2013-05-30adder: Add optimized orc code for F64 processingSebastian Dröge4-12/+137
2013-05-30adder: The output buffer must be readable and writableSebastian Dröge1-1/+1
2013-05-30adder: Add support for muting individual padsSebastian Dröge1-3/+23
2013-05-30adder: Sync pad properties with the GstControllerSebastian Dröge1-0/+10
2013-05-30adder: Add custom GstPad subclass to hold additional data and propertiesSebastian Dröge2-2/+104
2013-05-30rtsp: add method to get the TLS connectionWim Taymans3-0/+51
2013-05-30rtsp: let the sockets be reffed by the connectionWim Taymans1-34/+24
2013-05-30rtsp: Cleanup the error pathWim 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