summaryrefslogtreecommitdiff
path: root/libs/gst
Commit message (Expand)AuthorAgeFilesLines
* dataprotocol: also copy the MEDIA flagsThijs Vermeir2012-07-171-1/+2
* basesink: handle step end correctlyWim Taymans2012-07-121-8/+6
* basesrc: release the object lock soonerWim Taymans2012-06-071-6/+11
* typefind: fix prototype of helper_find_suggestBrian Cameron2012-05-241-1/+2
* basesrc: default return TRUE for latency-events reaching the srcunknown2012-05-181-0/+3
* collectpads2: always recording incoming segment info if no buffer_func setMark Nauwelaerts2012-04-171-5/+6
* collectpads2: assume 0 based segment if no time segment was providedVincent Penquerc'h2012-04-161-9/+15
* baseparse: always attempt to push if not-linkedEdward Hervey2012-04-021-1/+1
* docs: fix function name and typoStefan Sauer2012-03-121-2/+2
* pads, collectpads2: get rid of superfluous brackets around static rec mutex c...Tim-Philipp Müller2012-03-081-2/+2
* baseparse: Fix 'self-comparison always evaluates to true'Sebastian Dröge2012-03-061-1/+1
* basetransform: Fix 'equality comparison with extraneous parentheses' compiler...Sebastian Dröge2012-03-061-1/+1
* baseparse: Fix handling of multiple newsegment eventsSebastian Dröge2012-03-051-48/+48
* baseparse: Also flush the close_segmentSebastian Dröge2012-03-051-1/+4
* baseparse: Remove obsolete code and move gap handling to the correct placeSebastian Dröge2012-03-051-69/+46
* baseparse: Clear some more state when receiving FLUSH_STOPSebastian Dröge2012-03-051-0/+8
* baseparse: Only queue serialized events for sending them laterSebastian Dröge2012-03-051-2/+3
* libgstcheck: export gst_consistency_checker_add_pad()Tim-Philipp Müller2012-03-051-0/+1
* consitencychecker: don't fail on multiple flush_start eventsStefan Sauer2012-03-021-3/+3
* consitencychecker: add handling for sink-padsStefan Sauer2012-02-292-19/+128
* consistencychecker: also check for duplicated flush_startsStefan Sauer2012-02-291-0/+3
* collectpads2: add more loggingStefan Sauer2012-02-281-5/+9
* collectpads2: rescue the annotation from collectpadsStefan Sauer2012-02-261-11/+11
* docs: fix a typo in commentStefan Sauer2012-02-261-1/+1
* collectpads2: move "MT save" tags to doc bodyStefan Sauer2012-02-261-29/+28
* baseparse: fix reverse playbackMark Nauwelaerts2012-02-131-3/+2
* baseparse: bitrate mechanics should not deal with duration updateMark Nauwelaerts2012-02-101-8/+0
* collectpads2: Move private fields from the public structs to private structsSebastian Dröge2012-01-272-161/+190
* libcheck: make the definition of fail not fail with non GCC compilersVincent Penquerc'h2012-01-201-1/+1
* baseparse: clear adapter in reset so baseparse is reusableAntoine Tremblay2012-01-121-0/+3
* basesink: don't compensate for render-delay twiceHavard Graff2012-01-051-10/+1
* collectpads2: add convenience clipping functionMark Nauwelaerts2011-12-192-0/+47
* basetransform: do not delay sparse stream newsegment updatesMark Nauwelaerts2011-12-191-0/+13
* basetransform: suggestion compatible with upstream is not much of a suggestionMark Nauwelaerts2011-12-191-1/+2
* collectpads2: delay collecting buffer if a pad newly set waitingMark Nauwelaerts2011-12-151-0/+1
* controller: user the parent_class vars from G_DEFINE_TYPEStefan Sauer2011-12-152-10/+5
* baseparse: Clear queued frames with other queuesMatej Knopp2011-12-121-4/+4
* basetransform: Fix code path to come up with possible caps if incompatible ca...Sebastian Dröge2011-12-081-10/+29
* basetransform: Fall back to upstream provided caps if suggested caps are not ...Sebastian Dröge2011-12-081-1/+14
* basetransform: Fall back to upstream provided caps if fixation of suggested c...Sebastian Dröge2011-12-081-2/+5
* basetransform: Refactor gst_base_transform_buffer_alloc() codeSebastian Dröge2011-12-081-91/+97
* baseparse: do not use a byte value instead of a time value when bisectingVincent Penquerc'h2011-12-071-1/+12
* basetransform: If suggested caps are not compatible with upstream try to come...Sebastian Dröge2011-12-071-10/+19
* check: allow non-joinable threads in private g_thread_create() copyTim-Philipp Müller2011-12-041-2/+4
* Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller2011-12-045-0/+21
* Work around deprecated thread API in glib masterTim-Philipp Müller2011-12-0410-11/+106
* net: initialise GError variables to NULLTim-Philipp Müller2011-12-042-2/+2
* g_thread_init() is deprecated in glib masterTim-Philipp Müller2011-12-031-0/+2
* g_thread_create() is deprecated in GLib master, use g_thread_try_new() insteadTim-Philipp Müller2011-12-033-2/+25
* basetransform: Always intersect the suggested sink caps with the peer capsSebastian Dröge2011-11-301-16/+18