check/elements/fakesrc.c (test_no_preroll): New check, checks that setting a live...
[platform/upstream/gstreamer.git] / libs / gst / base / gstbasesrc.c
2005-10-07 Andy Wingocheck/elements/fakesrc.c (test_no_preroll): New check...
2005-10-02 Andy Wingogst/gstobject.h (GST_OBJECT_REFCOUNT_VALUE): Just use...
2005-09-29 Tim-Philipp Müllergst/base/gstbasesrc.c: Fix documentation typos. Add...
2005-09-28 Andy Wingogst/base/gstbasesrc.c (gst_base_src_unlock): Comment...
2005-09-27 Thomas Vander Stichelegst/: remove now useless and leaky resurrection code...
2005-09-26 Wim Taymansgst/base/gstbasesrc.c: Some more debugging info.
2005-09-19 Wim Taymansgst/base/gstbasesrc.c: Handle state change failure...
2005-09-02 Andy Wingogst/gstelement.h (GstState): Renamed from GstElementSta...
2005-08-26 Andy Wingocheck/pipelines/simple_launch_lines.c (run_pipeline...
2005-08-23 Stefan Kostinlined more doc comments, added missing comments and...
2005-08-22 Jan Schmidtgst/base/gstbasesrc.c: (gst_base_src_event_handler)
2005-08-22 Jan Schmidtgst/base/gstbasesink.c: Remove extra parameter to debug...
2005-08-21 Jan Schmidtcheck/Makefile.am: Use CHECK_CFLAGS and CHECK_LIBS
2005-08-15 Stefan Kostdocs/gst/gstreamer-sections.txt: made some defines...
2005-08-03 Stefan Kostadd short/long description docs to base classes add...
2005-07-27 Wim TaymansSome docs updates
2005-07-21 Wim Taymansdocs/design/part-seeking.txt: Some small additions.
2005-07-20 Wim Taymansgst/base/gstbasesrc.*: Add a gboolean to decide when...
2005-07-19 Wim Taymansgst/base/gstbasesrc.c: Make sure we never call the...
2005-07-19 Wim TaymansSmall docs updates.
2005-07-18 Jan SchmidtOops, ignore the result of gst_pad_push_event here.
2005-07-18 Jan Schmidtgst/base/gstbasesrc.c: Send discont event from the...
2005-07-16 Wim Taymansgst/base/gstbasesink.*: Store and use discont values...
2005-07-16 Tim-Philipp Müllergst/base/gstbasesrc.c: Don't unref the caps we passed...
2005-07-15 Andy Wingotools/gst-typefind.c: Update, add copyright block.
2005-07-14 Wim Taymansgst/base/gstbasesrc.c: Post error messages on errors.
2005-07-13 Andy Wingogst/base/gstbasesrc.c (gst_base_src_start): Post an...
2005-07-11 Thomas Vander Sticheleadd num-buffers property to basesrc
2005-07-09 Thomas Vander Stichelegst/base/gstbasesrc.c: add finalize method and clean...
2005-07-07 Wim Taymansgst/base/gstbasesrc.c: Allow subclasses to implement...
2005-07-06 Wim Taymansgst/base/: Make basesrc negotiate.
2005-07-05 Andy Wingogst/: s/BASESRC/BASE_SRC/g.
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-27 Andy Wingogst/base/gsttypefindhelper.c (gst_type_find_helper...
2005-06-27 Thomas Vander Sticheleadding basetransform and iterator docs
2005-06-23 Andy Wingogst/base/gstbasesrc.c (gst_basesrc_get_range): Check...
2005-06-23 Wim TaymansAdded support for live sources and other elements that...
2005-06-02 Andy Wingogst/elements/gsttypefindelement.c (do_pull_typefind...
2005-05-25 Ronald S. Bultjegst/base/gstbasesrc.c: Don't go in pull mode for non...
2005-05-25 Wim Taymansgst/: Implement gst_pad_pause/start/stop_task(), take...
2005-05-17 Tim-Philipp Müllergst/base/gstbasesrc.c: Remove implicit cast from gboole...
2005-05-12 Wim Taymansgst/: Identify sinks by their flag to avoid overly...
2005-05-12 Tim-Philipp Müllergst/base/gstbasesrc.c: Discont event offset format...
2005-05-12 Wim Taymansgst/base/: Added is_seekable to BaseSrc
2005-05-09 Wim TaymansRemove old query functions. Ported old code.
2005-05-06 Andy Wingogst/gstquery.h
2005-05-06 Wim TaymansSome more documentation.
2005-05-05 Andy Wingorevert cruft
2005-05-05 Wim Taymansgst/: Added object to help in making collect pad based...
2005-05-04 Andy WingoGCC 4 fixen.
2005-05-02 Wim TaymansAdded draft for new query API.
2005-04-18 Andy Wingogst/base/gstbasesrc.c (gst_basesrc_set_property)
2005-04-12 Wim TaymansAdded typefind helper.
2005-04-06 Wim Taymansgst/: More work on the generic source base class, imple...
2005-04-05 Wim Taymansgst/: Made base source class, make fakesrc extend it.