summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2012-02-15baseparse: fix reverse playbackMark Nauwelaerts1-3/+2
2012-02-11baseparse: bitrate mechanics should not deal with duration updateMark Nauwelaerts1-8/+0
2012-01-27collectpads2: Move private fields from the public structs to private structsSebastian Dröge2-161/+190
2012-01-18baseparse: clear adapter in reset so baseparse is reusableAntoine Tremblay1-0/+3
2012-01-05basesink: don't compensate for render-delay twiceHavard Graff1-10/+1
2011-12-19basetransform: suggestion compatible with upstream is not much of a suggestionMark Nauwelaerts1-1/+2
2011-12-16collectpads2: delay collecting buffer if a pad newly set waitingMark Nauwelaerts1-0/+1
2011-12-08basetransform: Fix code path to come up with possible caps if incompatible ca...Sebastian Dröge1-10/+29
2011-12-08basetransform: Fall back to upstream provided caps if suggested caps are not ...Sebastian Dröge1-1/+14
2011-12-08basetransform: Fall back to upstream provided caps if fixation of suggested c...Sebastian Dröge1-2/+5
2011-12-08basetransform: Refactor gst_base_transform_buffer_alloc() codeSebastian Dröge1-91/+97
2011-12-07baseparse: do not use a byte value instead of a time value when bisectingVincent Penquerc'h1-1/+12
2011-12-07basetransform: If suggested caps are not compatible with upstream try to come...Sebastian Dröge1-10/+19
2011-12-04check: allow non-joinable threads in private g_thread_create() copyTim-Philipp Müller1-2/+4
2011-12-04Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller5-0/+21
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller10-11/+106
2011-12-04net: initialise GError variables to NULLTim-Philipp Müller2-2/+2
2011-12-03g_thread_init() is deprecated in glib masterTim-Philipp Müller1-0/+2
2011-12-03g_thread_create() is deprecated in GLib master, use g_thread_try_new() insteadTim-Philipp Müller3-2/+25
2011-11-30basetransform: Always intersect the suggested sink caps with the peer capsSebastian Dröge1-16/+18
2011-11-26libs: sprinkle some G_GNUC_MALLOCTim-Philipp Müller5-13/+13
2011-11-23baseparse: Return template caps instead of other side's peer caps if get_sink...Sebastian Dröge1-2/+1
2011-11-12gst, controller: replace g_list_prepend + reverse with GQueueTim-Philipp Müller1-4/+4
2011-11-08docs: fix Since: markers for API added after 0.10.35Tim-Philipp Müller2-2/+2
2011-11-04basetransform: Only use the cached transform on strictly equal capsSjoerd Simons1-1/+1
2011-11-03collectpads2: use flags enum instead of guint in structureTim-Philipp Müller1-1/+1
2011-11-01adapter: simplify gst_adapter_take_list()Tim-Philipp Müller1-8/+4
2011-10-28basetransform: Also fush the cache when changing the upstream caps suggestionSjoerd Simons1-0/+1
2011-10-28basetransform: Add debug output when returning a cached transformSjoerd Simons1-0/+2
2011-10-28collectpads2: Fix refcount handling if a buffer was dropped due to clippingSebastian Dröge1-2/+3
2011-10-28collectpads2: Merge the clip and prepare_buffer function into oneSebastian Dröge2-67/+21
2011-10-28collectpads2: Merge clipping API from old collectpadsSebastian Dröge2-0/+65
2011-10-28basesink: make default query function name show up in gst-inspectTim-Philipp Müller1-0/+1
2011-10-28collectpads2: avoid hanging in case of sparse newsegment eventsMark Nauwelaerts1-0/+5
2011-10-28collectpads2: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge1-10/+4
2011-10-28base: Add collectpads2Sebastian Dröge3-0/+2339
2011-10-27basetransform: Fix refcount leakJan Schmidt1-4/+5
2011-10-27controller: fix wrong order of calls in the docs.Stefan Sauer1-4/+7
2011-10-20baseparse: Fix documentation, it's pre_push_frame and not pre_push_bufferSebastian Dröge2-5/+5
2011-10-20basetransform: cache transformed caps where appropriateVincent Penquerc'h1-0/+60
2011-10-20basebarse: Add detect vfunc to allow subclasses to do format detection before...Sebastian Dröge2-1/+129
2011-10-18baseparse: add since doc to new getcaps functionThiago Santos1-0/+1
2011-10-18logging: more logging and prefer human readable details over memory locationsStefan Sauer1-2/+6
2011-10-18baseparse: add getcaps functionThiago Santos2-1/+30
2011-10-18basesrc: also update the stream timeWim Taymans1-0/+2
2011-10-18baseparse: Fix handling of queued framesSebastian Dröge1-1/+0
2011-10-12basesrc: properly adjust start timeWim Taymans1-0/+1
2011-10-06baseparse: send duration message when updating internal durationMark Nauwelaerts1-0/+13
2011-10-03baseparse: Return success if optional start/stop method is not providedStas Sergeev1-1/+1
2011-09-30baseparse: make estimating the position in query handler actually workTim-Philipp Müller1-3/+3