gst/base/gstbasesink.c: Only error is an error.
[platform/upstream/gstreamer.git] / gst / base / gstbasesink.c
2005-09-30 Wim Taymansgst/base/gstbasesink.c: Only error is an error.
2005-09-26 Andy WingoRemove memchunk benchmark stuff, this is taken over...
2005-09-23 Thomas Vander Stichelevarious doc updates
2005-09-22 Wim Taymansgst/base/gstbasesink.c: Prepare for more accurate posit...
2005-09-20 Wim Taymansgst/base/gstbasesink.c: Make sync property settable...
2005-09-20 Wim Taymansgst/base/gstbasesink.*: Added sync property to basesink...
2005-09-11 Thomas Vander Sticheledebug fixes
2005-09-09 Thomas Vander Sticheleobject debugging is good
2005-09-07 Andy Wingogst/base/gstbasesink.c (gst_base_sink_activate_pull...
2005-09-02 Tim-Philipp Müllergst/base/gstbasesink.c: Add comment.
2005-09-02 Andy Wingogst/gstelement.h (GstState): Renamed from GstElementSta...
2005-09-01 Wim Taymansgst/base/gstbasesink.*: Handle newsegments more correctly.
2005-08-30 Wim Taymansgst/base/gstadapter.c: Flushing out 0 bytes is ok for...
2005-08-26 Andy Wingocheck/pipelines/simple_launch_lines.c (run_pipeline...
2005-08-26 Thomas Vander Stichelegst/base/: fix up some debugging
2005-08-24 Wim Taymansgst/base/gstbasesink.*: Handle newsegment events correctly.
2005-08-22 Jan Schmidtgst/base/gstbasesink.c: Remove extra parameter to debug...
2005-08-21 Thomas Vander Stichelecheck/Makefile.am: clean up environment for when regist...
2005-08-18 Andy WingoMake sure that when a pipeline goes to PLAYING, that...
2005-08-18 Jan Schmidtcheck/: I wrote a test!
2005-08-03 Stefan Kostadd short/long description docs to base classes add...
2005-07-27 Wim TaymansSome docs updates
2005-07-22 Wim Taymansdocs/design/part-events.txt: Small update.
2005-07-21 Wim Taymansdocs/design/part-seeking.txt: Some small additions.
2005-07-17 Wim Taymansgst/base/gstbasesink.c: Refcounting fixes.
2005-07-16 Wim Taymansgst/base/gstbasesink.c: Fix compile error.
2005-07-16 Wim Taymansgst/base/gstbasesink.*: Store and use discont values...
2005-07-10 Thomas Vander Stichelemore macro splitting
2005-07-06 Jan Schmidtexamples/: Update a couple of the examples to work...
2005-07-06 Wim Taymansgst/base/: Make basesrc negotiate.
2005-06-30 Wim Taymansgst/base/gstbasesink.*: Some tweaks, only EOS and a...
2005-06-29 Wim Taymansgst/base/gstbasesink.c: Small debug line.
2005-06-29 Wim Taymansgst/base/gstbasesink.c: We are actually prerolling...
2005-06-28 Thomas Vander Sticheledid s/bases(rc/ink)_/base_s(rc/ink)_/; wim wants to...
2005-06-28 Wim Taymansgst/: The deprecated pad loop function is removed now.
2005-06-28 Wim Taymansgst/base/gstbasesink.c: Flushing the preroll queue...
2005-06-27 Andy Wingogst/base/gsttypefindhelper.c (gst_type_find_helper...
2005-06-25 Wim Taymansgst/: Right, two problems here: ghostpads don't take...
2005-06-25 Wim Taymansgst/: Unlock STREAM_LOCK whatever the recursion was.
2005-06-25 Wim Taymansgst/base/gstbasesink.c: Reworked the base sink, handle...
2005-06-17 Andy Wingogst/base/gstbasesink.c (gst_basesink_chain): Remove...
2005-06-17 Andy Wingogst/base/gstbasesink.c (gst_basesink_event): Only wait...
2005-06-08 Andy Wingogst/gstutils.c: RPAD fixes all around.
2005-06-02 Wim Taymansgst/: Bufferalloc: return GstFlowReturn to more accurat...
2005-05-30 Wim Taymansgst/base/gstbasesink.c: Handle EOS in preroll.
2005-05-25 Wim Taymansgst/: Implement gst_pad_pause/start/stop_task(), take...
2005-05-19 Wim Taymansgst/base/gstbasesink.c: Don't free preroll queue too...
2005-05-17 Wim Taymansgst/: Don't queue buffers in basesink when we are flushing.
2005-05-12 Wim Taymansgst/: Identify sinks by their flag to avoid overly...
2005-05-06 Wim Taymansgst/base/gstbasesink.c: Actually do something with...
2005-05-06 Wim TaymansSome more documentation.
2005-05-05 Andy Wingorevert cruft
2005-05-04 Andy WingoGCC 4 fixen.
2005-04-28 Wim Taymansgst/: Better debugging of clocking info.
2005-04-20 Wim Taymansgst/: Make gst_caps_replace() work like other _replace...
2005-04-12 Wim TaymansAdded typefind helper.
2005-04-05 Wim Taymansgst/: Made base source class, make fakesrc extend it.
2005-03-29 Wim Taymansgst/: Simplify pad activation.
2005-03-28 Wim TaymansAdded state change code.