summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2009-04-03controller: remove dead assignment.Edward Hervey1-2/+2
2009-04-03adapter: remove dead assignment.Edward Hervey1-1/+1
2009-04-03basesink : Remove unused variable.Edward Hervey1-2/+0
2009-04-03basetransform: move unused variable in the #if 0 block.Edward Hervey1-1/+7
2009-04-03Remove unused variables detected by LLVM's Clang static analyzer.Edward Hervey2-4/+0
2009-04-02gstcheck: Call gst_check_init() before creating the suiteSebastian Dröge1-1/+2
2009-03-23basesink: fix once-per-second 'emergency rendering' for case where all buffer...Tim-Philipp Müller1-1/+1
2009-03-20controller: Fix generation of control-change arrays.Stefan Kost1-8/+8
2009-03-19gstcheck: fix for check versions > 0.9.6Tim-Philipp Müller1-6/+19
2009-03-15collectpads: add debug logging to make it easier to trace itStefan Kost1-0/+6
2009-03-11gstbasesrc: unsigned long is "%lu", not "%ul". Fixes build on macosxEdward Hervey1-1/+1
2009-03-10logging: some additional logging for tracing caps negotiation.Stefan Kost1-0/+3
2009-03-06collectpads: revert accidential commit from the queue (me should start using ...Stefan Kost1-6/+0
2009-03-06collectpads: reliably go to eos. Fixes #574160Stefan Kost1-0/+6
2009-03-05basesink: propagate UPSTREAM events in pull mode tooAndy Wingo1-2/+2
2009-03-04GstAdapter: Discard empty buffers in _push(). Fixes #574024Edward Hervey1-11/+19
2009-02-26basesink: move left over handling of the error case to the activate_failed la...Stefan Kost1-3/+3
2009-02-23Error out more specifically on empty capsWim Taymans1-0/+12
2009-02-23Fix signed when compiling with MSys/MinGWLRN2-2/+15
2009-02-23Don't forward LATENCY event when not readyWim Taymans1-0/+2
2009-02-05controller: remove unused variableStefan Kost1-3/+1
2009-02-04check: Don't assume gst_pad_get_peer returns non NULL value.Stefan Kost1-11/+15
2009-02-03GstBaseSink: use new variable to schedule prerollWim Taymans1-1/+12
2009-02-03GstBaseSink: avoid calling preroll multiple timesWim Taymans1-9/+13
2009-02-02Force reconfigure of basetransform to recheck alloc requestThijs Vermeir1-0/+1
2009-01-30Revert "Check suggested caps for proxy alloc"Wim Taymans1-1/+1
2009-01-30Revert "Force reconfigure of basetransform to recheck alloc request"Wim Taymans1-1/+0
2009-01-29Add logging in failure case. Add more details to a todo comment.Stefan Kost2-1/+7
2009-01-29Add todo comments.Stefan Kost1-1/+3
2009-01-29Check suggested caps for proxy allocThijs Vermeir1-1/+1
2009-01-29Force reconfigure of basetransform to recheck alloc requestThijs Vermeir1-0/+1
2009-01-26Don't check timestamp here, its done in the called function anyway.Stefan Kost1-1/+0
2009-01-25Fix typoThijs Vermeir1-1/+1
2009-01-25Only free list of buffers onceThijs Vermeir1-3/+0
2009-01-23Update a bunch of gitignores to clean up my git status outputJan Schmidt5-0/+15
2009-01-21Add new typefing helper function to guess the caps based on the fileWim Taymans2-0/+68
2009-01-21Update the last_buffer exactly with the buffer that caused theWim Taymans1-36/+19
2009-01-09libs/gst/base/gstbasesink.*: Fix documentation for the wait_clock method, ren...Wim Taymans2-16/+17
2009-01-05libs/gst/base/gstbasesink.c: Release the object lock before calling the query...Wim Taymans1-4/+16
2009-01-03libs/gst/base/gstcollectpads.c: Use the name of the pads instead of a pointer...Edward Hervey1-3/+4
2009-01-01gst/gstdebugutils.c: Add some ideas, how to make the graph smaller.Stefan Kost2-3/+5
2008-12-15libs/gst/base/gstbasesink.c: Expose the render-delay as a property so things ...Wim Taymans1-3/+22
2008-12-10libs/gst/check/gstcheck.h: Allow check tests to usePeter Kjellerstedt1-3/+7
2008-12-09libs/gst/check/gstcheck.c: Revert accidentially commited patch for bug #40463...Sebastian Dröge1-90/+0
2008-12-09libs/gst/controller/gstcontroller.c: Aggregate return value for gst_controlle...Stefan Kost3-11/+24
2008-12-08libs/gst/base/gstbasetransform.*: Add vmethod that is called before we start ...Wim Taymans2-1/+18
2008-11-24libs/gst/base/gstbasesink.c: Turn comment into gtk-doc comment.Stefan Kost1-1/+2
2008-11-24libs/gst/base/gstbasetransform.c: Revert quick accepcaps attempt, it's not fu...Wim Taymans1-2/+8
2008-11-22libs/gst/base/gstbasetransform.c: Rename a variable to make the code clearer.Wim Taymans1-4/+8
2008-11-21libs/gst/base/gstbasetransform.c: Add beginnings of a more optimized acceptca...Wim Taymans1-1/+68