summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-28collectpads2: Fix refcount handling if a buffer was dropped due to clippingHEADmasterSebastian Dröge1-2/+3
2011-10-28collectpads2: Merge the clip and prepare_buffer function into oneSebastian Dröge4-71/+24
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-28collectpads2: Add to the documentationSebastian Dröge2-0/+67
2011-10-28win32: Add new collectpads2 APISebastian Dröge1-0/+24
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-26event: clarify docs for step eventStefan Sauer1-2/+3
2011-10-26registry: add support for GST_REGISTRY_REUSE_PLUGIN_SCANNER=noTim-Philipp Müller1-0/+13
2011-10-21caps: No need to require writable caps for _append/_merge second capsThiago Santos1-2/+4
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-20Fix broken android building due to name change in 01d87250a845e55d6Reynaldo H. Verdejo Pinochet1-1/+1
2011-10-20basebarse: Add detect vfunc to allow subclasses to do format detection before...Sebastian Dröge2-1/+129
2011-10-20pad: not only describe conditions in the docs, also check them in the codeStefan Sauer1-1/+20
2011-10-18message: protect against null message sourcesThiago Santos1-2/+1
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 Sauer4-7/+19
2011-10-18debugutils: improve display of ghost- and proxypadsStefan Sauer1-67/+36
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-16bus: give watch source a nameTim-Philipp Müller1-0/+5
2011-10-16gstbuffer: Add transfer annotations for gst_buffer_join()Edward Hervey1-2/+2
2011-10-13bus: fix typo in the docsStefan Sauer1-2/+2
2011-10-13debugutils: show if an element is state-lockedStefan Sauer1-1/+3
2011-10-13logging: use _OBJECT variants moreStefan Sauer1-4/+5
2011-10-13buffer: Use an inline function instead of a macro for gst_buffer_replace()Sebastian Dröge1-6/+9
2011-10-13event: Use an inline function instead of a macro for gst_event_replace()Sebastian Dröge1-2/+9
2011-10-12basesrc: properly adjust start timeWim Taymans1-0/+1
2011-10-10utils: catch invalid instance sizes in gst_type_register_static_full()Tim-Philipp Müller1-0/+3
2011-10-08gstparse: prefix generated parser functions so they don't get exportedTim-Philipp Müller5-28/+28
2011-10-07pipeline: Use pipeline category for one more log messageThiago Santos1-1/+1
2011-10-07GST_PTR_FORMAT: Add GstBuffer ptr format and use in GST_SCHEDULINGRobert Swain2-8/+21
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-10-03gstquery: Make debugging message more informativeEdward Hervey1-1/+1
2011-09-30baseparse: make estimating the position in query handler actually workTim-Philipp Müller1-3/+3
2011-09-30baseparse: answer position query in stream time and try upstream firstVincent Penquerc'h1-16/+18
2011-09-30gst.h: include header for atomic queueTim-Philipp Müller1-0/+1
2011-09-30tests: add minimal test for GstAtomicQueueTim-Philipp Müller3-0/+48
2011-09-27basetransform: send delayed events earlierVincent Penquerc'h1-2/+2
2011-09-26gst: Fix compiler warnings on 64 bit mingw-w64Raimo Järvi2-7/+7
2011-09-25examples: fix bogus g_object_unref in helloworld exampleTim-Philipp Müller1-1/+1
2011-09-21basetransform: delay serialized events when src caps are not set yetVincent Penquerc'h1-3/+67
2011-09-19pad: Set caps on pad before checking if the pad is linkedStas Sergeev1-8/+10