summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* adder: Add GstChildProxy interface for the sinkpadsSebastian Dröge2013-05-301-1/+48
* adder: Hold object lock in setcaps a bit longer to prevent race conditionsSebastian Dröge2013-05-301-2/+3
* adder: Simplify segment event handlingSebastian Dröge2013-05-302-12/+3
* adder: Use gst_audio_info_is_equal() to check if we get the same capsSebastian Dröge2013-05-301-6/+8
* adder: Don't calls gst_pad_set_caps() on sinkpadsSebastian Dröge2013-05-302-70/+20
* adder: Set GAP flag on silence buffers we createdSebastian Dröge2013-05-301-0/+1
* adder: Remove caching of the processing functionSebastian Dröge2013-05-305-153/+147
* adder: Add support for per-stream volumesSebastian Dröge2013-05-305-5/+2849
* adder: Add optimized orc code for F64 processingSebastian Dröge2013-05-304-12/+137
* adder: The output buffer must be readable and writableSebastian Dröge2013-05-301-1/+1
* adder: Add support for muting individual padsSebastian Dröge2013-05-301-3/+23
* adder: Sync pad properties with the GstControllerSebastian Dröge2013-05-301-0/+10
* adder: Add custom GstPad subclass to hold additional data and propertiesSebastian Dröge2013-05-302-2/+104
* videoconvert: free tmplines correctlyWim Taymans2013-05-302-1/+3
* playsink: pass translated color balance value to channelDaniel Drake2013-05-291-1/+12
* playbin: Don't take an extra reference to the custom stream combinersBrendan Long2013-05-291-1/+1
* playbin: Set custom stream-combiners to NULL and unref before finalizingSebastian Dröge2013-05-291-1/+21
* playbin: Rename select to combine and selector to combiner in playbinBrendan Long2013-05-291-228/+229
* playbin: Add support for custom stream-combinersBrendan Long2013-05-291-51/+232
* decodebin: Don't call autoplug-query on shutdownSebastian Dröge2013-05-281-6/+2
* playbin: In autoplug-queries, add the actual decoder/parser/etc template capsSebastian Dröge2013-05-281-1/+6
* playbin: Forward CONTEXT queries to the corresponding sink if we have oneSebastian Dröge2013-05-281-0/+89
* playbin: Refactor autoplug-query handlingSebastian Dröge2013-05-282-135/+154
* decodebin: Block on serialized queries tooSebastian Dröge2013-05-281-3/+13
* decodebin: Pass the element in the autoplug-query signal tooSebastian Dröge2013-05-283-17/+28
* decodebin: Need to lock the chain mutex in autoplug_querySebastian Dröge2013-05-281-0/+2
* playsinkconvertbin: Fix leak of the downstream caps filterSebastian Dröge2013-05-281-0/+2
* playbin: Refactor autoplug-query handling a bitSebastian Dröge2013-05-281-4/+14
* videoconvert: run chroma resamplersWim Taymans2013-05-272-67/+217
* videotestsrc: subsample chroma before packingWim Taymans2013-05-274-8/+85
* videoconvert: reformatWim Taymans2013-05-271-4/+8
* videoconvert: actually use the input pixelsWim Taymans2013-05-271-6/+4
* typefind: Ensure we have enough data when reading the sync marker in the AAC/...Sebastian Dröge2013-05-241-1/+1
* decodebin: Lock the state of child elements as long as we manage their statesSebastian Dröge2013-05-241-1/+8
* Revert "decodebin2: use NO_RESYNC flag"Sebastian Dröge2013-05-241-2/+0
* decodebin: Use signal handler IDs instead of disconnecting by functionSebastian Dröge2013-05-221-25/+32
* decodebin: Connect and disconnect the have-type signal of typefind before sta...Sebastian Dröge2013-05-221-6/+10
* typefind: Add variant=itu to the h263 typefinder capsSebastian Dröge2013-05-221-1/+2
* playsink: Use signal handler IDs instead of disconnecting/blocking by functionSebastian Dröge2013-05-211-44/+57
* playback: Only do a subset filtering for the factories if we have fixed capsSebastian Dröge2013-05-153-3/+3
* decodebin: Return immediately from checking if a chain is complete if we're s...Sebastian Dröge2013-05-151-0/+3
* decodebin: Hold the expose lock when freeing a chainSebastian Dröge2013-05-151-0/+4
* playbin: Fix deadlock caused by lock order inversionSebastian Dröge2013-05-151-5/+5
* playback: Use subset checks instead of intersectionSebastian Dröge2013-05-144-12/+12
* subparse/ssaparse: Fix event handling and orderSebastian Dröge2013-05-102-11/+13
* videorate: Reset base timestamp and out_frame_count in any case on SEGMENT_EVENTMathieu Duponchelle2013-05-091-3/+4
* playbin2: Chose more balanced metric to compare ranks of decoder/sink combina...Sebastian Dröge2013-05-091-5/+7
* playbin: Fix infinite loop in GSequence iteration codeSebastian Dröge2013-05-081-2/+2
* uridecodebin: Always store queue2 elements for later removalSebastian Dröge2013-05-081-0/+1
* typefind: fix detection of HLS playlists with alternative renditionsAndoni Morales Alastruey2013-05-081-1/+2