controller: add more error handling to example
[platform/upstream/gstreamer.git] / libs /
2009-05-22 Stefan Kostcontroller: add G_LIKELY and join two if for same condition
2009-05-22 Edward Herveygsttypefindhelper: Fix indentation
2009-05-22 Jan Schmidtcontroller: Silence a warning from the GSequence being...
2009-05-20 Wim Taymansadapter: improve the flush function
2009-05-20 Stefan Kostcontroller: fix assertion when freeing the control...
2009-05-20 Wim Taymansadapter: potentially save a memcpy in _take
2009-05-20 Wim Taymansadapter: micro optimisations
2009-05-20 Wim Taymansadapter: avoid comparisions in fast path
2009-05-20 Wim Taymansadapter: avoid branch in copy code
2009-05-19 Wim Taymansadapter: add _masked_scan_uint32
2009-05-19 Wim Taymansadapter: more optimisations
2009-05-14 Sebastian Drögecontroller: Use ordered GSequence instead of GList
2009-05-13 Wim Taymansadapter: don't use realloc, it does a memcpy
2009-05-13 Wim Taymansadapter: use g_realloc for resizing the buffer
2009-05-13 Wim Taymansadapter: move new member to private struct
2009-05-13 Wim Taymansadapter: update some docs
2009-05-13 Wim Taymansadapter: add method to keep track of timestamps
2009-05-13 Wim Taymansadapter: small cleanups
2009-05-12 Wim Taymansadapter: optimize taking the headbuffer
2009-05-11 Wim Taymansbasesrc: don't ignore pad_start return value
2009-04-15 Stefan Kostlogging: fix unused variable warning when disabling...
2009-04-14 Stefan Kostcontroller: factor out duplicated code and add a descri...
2009-04-04 Edward Herveybasesink: Remove dead assignments.
2009-04-04 Edward Herveybasesrc: remove dead assignment.
2009-04-04 Sebastian Drögegst: Use g_once_init* or G_DEFINE_TYPE
2009-04-03 Edward Herveycontroller: remove dead assignment.
2009-04-03 Edward Herveyadapter: remove dead assignment.
2009-04-03 Edward Herveybasesink : Remove unused variable.
2009-04-03 Edward Herveybasetransform: move unused variable in the #if 0 block.
2009-04-03 Edward HerveyRemove unused variables detected by LLVM's Clang static...
2009-04-02 Sebastian Drögegstcheck: Call gst_check_init() before creating the...
2009-03-23 Tim-Philipp Müllerbasesink: fix once-per-second 'emergency rendering...
2009-03-20 Stefan Kostcontroller: Fix generation of control-change arrays.
2009-03-19 Tim-Philipp Müllergstcheck: fix for check versions > 0.9.6
2009-03-15 Stefan Kostcollectpads: add debug logging to make it easier to...
2009-03-11 Edward Herveygstbasesrc: unsigned long is "%lu", not "%ul". Fixes...
2009-03-10 Stefan Kostlogging: some additional logging for tracing caps negot...
2009-03-06 Stefan Kostcollectpads: revert accidential commit from the queue...
2009-03-06 Stefan Kostcollectpads: reliably go to eos. Fixes #574160
2009-03-05 Andy Wingobasesink: propagate UPSTREAM events in pull mode too
2009-03-04 Edward HerveyGstAdapter: Discard empty buffers in _push(). Fixes...
2009-02-26 Stefan Kostbasesink: move left over handling of the error case...
2009-02-23 Wim TaymansError out more specifically on empty caps
2009-02-23 LRNFix signed when compiling with MSys/MinGW
2009-02-23 Wim TaymansDon't forward LATENCY event when not ready
2009-02-05 Stefan Kostcontroller: remove unused variable
2009-02-04 Stefan Kostcheck: Don't assume gst_pad_get_peer returns non NULL...
2009-02-03 Wim TaymansGstBaseSink: use new variable to schedule preroll
2009-02-03 Wim TaymansGstBaseSink: avoid calling preroll multiple times
2009-02-02 Thijs VermeirForce reconfigure of basetransform to recheck alloc...
2009-01-30 Wim TaymansRevert "Check suggested caps for proxy alloc"
2009-01-30 Wim TaymansRevert "Force reconfigure of basetransform to recheck...
2009-01-29 Stefan KostAdd logging in failure case. Add more details to a...
2009-01-29 Stefan KostAdd todo comments.
2009-01-29 Thijs VermeirCheck suggested caps for proxy alloc
2009-01-29 Thijs VermeirForce reconfigure of basetransform to recheck alloc...
2009-01-26 Stefan KostDon't check timestamp here, its done in the called...
2009-01-25 Thijs VermeirFix typo
2009-01-25 Thijs VermeirOnly free list of buffers once
2009-01-23 Jan SchmidtUpdate a bunch of gitignores to clean up my git status...
2009-01-22 Wim TaymansMerge branch 'master' of ssh://git.freedesktop.org...
2009-01-22 Wim TaymansMerge branch 'master' of ssh://git.freedesktop.org...
2009-01-21 Wim TaymansAdd new typefing helper function to guess the caps...
2009-01-21 Wim TaymansUpdate the last_buffer exactly with the buffer that...
2009-01-09 Wim Taymanslibs/gst/base/gstbasesink.*: Fix documentation for...
2009-01-05 Wim Taymanslibs/gst/base/gstbasesink.c: Release the object lock...
2009-01-03 Edward Herveylibs/gst/base/gstcollectpads.c: Use the name of the...
2009-01-01 Stefan Kostgst/gstdebugutils.c: Add some ideas, how to make the...
2008-12-15 Wim Taymanslibs/gst/base/gstbasesink.c: Expose the render-delay...
2008-12-10 Peter Kjellerstedtlibs/gst/check/gstcheck.h: Allow check tests to use
2008-12-09 Sebastian Drögelibs/gst/check/gstcheck.c: Revert accidentially commite...
2008-12-09 Stefan Kostlibs/gst/controller/gstcontroller.c: Aggregate return...
2008-12-08 Wim Taymanslibs/gst/base/gstbasetransform.*: Add vmethod that...
2008-11-24 Stefan Kostlibs/gst/base/gstbasesink.c: Turn comment into gtk...
2008-11-24 Wim Taymanslibs/gst/base/gstbasetransform.c: Revert quick accepcap...
2008-11-22 Wim Taymanslibs/gst/base/gstbasetransform.c: Rename a variable...
2008-11-21 Wim Taymanslibs/gst/base/gstbasetransform.c: Add beginnings of...
2008-11-20 Wim Taymanslibs/gst/base/gstbasesink.c: Changing the render delay...
2008-11-17 Sebastian Drögelibs/gst/controller/: Use gst_guint64_to_gdouble instea...
2008-11-17 Stefan Kostlibs/gst/controller/: Keep last-value and only call...
2008-11-13 Wim Taymansgst/gstbuffer.c: Avoid costly typechecking for triviall...
2008-11-04 Wim TaymansCopy seqnums from events to messages so that they can...
2008-11-03 David Schleeflibs/gst/net/Makefile.am: Add WIN32_LIBS to libgstnet...
2008-10-27 Wim Taymanslibs/gst/base/gstbasetransform.c: If we have a fixate...
2008-10-24 Wim Taymanslibs/gst/base/gstbasetransform.c: Clear the output...
2008-10-23 Sebastian Drögelibs/gst/base/gstbytereader.c: Use GST_(READ|WRITE...
2008-10-22 Sebastian DrögeAPI: Add gst_byte_reader_get_data and gst_byte_reader_p...
2008-10-22 Jan Schmidtlibs/gst/base/: Fix the names of 2 functions in the...
2008-10-21 Wim Taymanslibs/gst/base/gstbasetransform.c: Protect sink_alloc...
2008-10-20 Wim Taymanslibs/gst/base/gstbasesink.c: Implement more seeking...
2008-10-20 Wim Taymanslibs/gst/base/gstbasesrc.c: Update comment.
2008-10-19 Stefan Kostlibs/gst/base/gstbasesrc.c: (gst_base_src_default_do_seek);
2008-10-17 Wim Taymanslibs/gst/base/gstbasesink.c: Query the total number...
2008-10-16 Wim TaymansAdd method to commit the state in subclasses.
2008-10-16 Wim Taymanslibs/gst/base/gstbasesrc.c: Update some docs.
2008-10-10 Wim Taymansdocs/design/part-negotiation.txt: Update the docs some...
2008-10-10 Wim Taymansgst/gstbin.c: The message src can be NULL, don't try...
2008-10-10 Wim Taymansdocs/design/part-negotiation.txt: Small doc update.
2008-10-08 Wim Taymanslibs/gst/base/gstbasesink.c: Forward LATENCY events...
2008-10-07 Sebastian Drögelibs/gst/base/gstbytereader.c: Use new GST_READ_UINT24_...
next