summaryrefslogtreecommitdiff
path: root/gst/base/gstbasesink.c
AgeCommit message (Expand)Author
2005-11-29CVS surgery + support to move base, check, and net out of gst and into libs/gstThomas Vander Stichele
2005-11-29gst/base/gstbasesink.c: Properly handle non GST_FORMAT_TIME segmentEdward Hervey
2005-11-24gst/base/gstbasesink.c: Unlock the PREROLL_LOCK in a failure case.Michael Smith
2005-11-22gst/base/gstbasesink.*: No need to store the clock, the parent element class ...Wim Taymans
2005-11-22gst/gstevent.h (gst_event_new_new_segment) (gst_event_parse_new_segment, gst_...Andy Wingo
2005-11-22gst/base/gstbasesink.c: Make sure the GstFlowReturn is returned.Wim Taymans
2005-11-21check/gst/gstevent.c (create_custom_events): Check thatAndy Wingo
2005-11-21More segment updates, replace code in plugins with segment helper functions.Wim Taymans
2005-11-21*.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK,...Andy Wingo
2005-11-20check/gst/gstvalue.c: Add a deserialisation test for fractionsJan Schmidt
2005-11-18gst/base/gstbasesink.c: Also reset the ->current_* values in READY->PAUSEDEdward Hervey
2005-11-18gst/base/gstbasesink.c: For the current position in stream time, we need to s...Wim Taymans
2005-11-15gst/base/gstbasesink.c: segment_stop == -1 at startup.Wim Taymans
2005-11-15gst/base/gstbasesink.c: 0 segment values are 0 in any format.Wim Taymans
2005-11-11gst/base/gstbasesink.c: Don't sync on buffers that fall partially outside our...Michael Smith
2005-11-10gst/base/: Implement clock sync in base class.Wim Taymans
2005-11-09gst/base/gstbasesink.c: Add the beginning of docs here -- have to work on som...Andy Wingo
2005-11-08gst/: Avoid excessive typechecking in macros.Wim Taymans
2005-11-03check/states/sinks.c: Uncomment fixed check.Wim Taymans
2005-11-03check/states/sinks.c: Added some more checks. Specifically the case where NO_...Wim Taymans
2005-10-27gst/base/gstbasesink.c: Some more debugging.Wim Taymans
2005-10-27gst/base/gstbasesink.c: Some more debug.Wim Taymans
2005-10-25gst/base/gstbasesink.c: Don't use invalid stream_time.Wim Taymans
2005-10-23remove prematurely added error category and clean up the instancesThomas Vander Stichele
2005-10-21gst/base/gstbasesink.c: Simply set the right flag when going to playing, that...Wim Taymans
2005-10-20docs/design/part-TODO.txt: Update TODOWim Taymans
2005-10-20gst/base/gstbasesink.c: Speed up current position calculation.Wim Taymans
2005-10-19gst/base/gstbasesink.c: Fix query handling again.Wim Taymans
2005-10-19gst/: API change fix.Wim Taymans
2005-10-18check/: Small state change torture test.Wim Taymans
2005-10-17Check validity of end time based on end time variable, not start time.Michael Smith
2005-10-17Fix a doc typo.Michael Smith
2005-10-15whitespace fixesThomas Vander Stichele
2005-10-13gst/base/: fix up debuggingThomas Vander Stichele
2005-10-12gst/base/: fix more guint64<->gdouble conversionsThomas Vander Stichele
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost
2005-10-12gst/: Some more debugging info.Wim Taymans
2005-10-12gst/base/gstbasesink.c: No need to prerol after receiving EOS.Wim Taymans
2005-10-11gst/base/gstbasesink.*: Correctly parse newsegment info.Wim Taymans
2005-10-11Added extra flag to newsegment for future API freeze.Wim Taymans
2005-10-10check/: Check fixes, use API as stated in design docs, remove hacks.Wim Taymans
2005-10-08gst/base/gstbasesink.c: Better log message.Wim Taymans
2005-10-08gst/base/gstbasesink.c: Prepare for doing QOS.Wim Taymans
2005-10-08gst/base/gstbasesink.*: Repost EOS message while going to PLAYING if still EOS.Wim Taymans
2005-09-30gst/base/gstbasesink.c: Only error is an error.Wim Taymans
2005-09-26Remove memchunk benchmark stuff, this is taken over by GLib bug 118439.Andy Wingo
2005-09-23various doc updatesThomas Vander Stichele
2005-09-22gst/base/gstbasesink.c: Prepare for more accurate position reporting and quer...Wim Taymans
2005-09-20gst/base/gstbasesink.c: Make sync property settable from subclass.Wim Taymans
2005-09-20gst/base/gstbasesink.*: Added sync property to basesink to disable clock sync.Wim Taymans