gst/gstpad.c: Disable attempt at mode switching until it is figured out.
[platform/upstream/gstreamer.git] / gst /
2005-05-25 Wim Taymansgst/gstpad.c: Disable attempt at mode switching until...
2005-05-25 Wim Taymansgst/: Implement gst_pad_pause/start/stop_task(), take...
2005-05-19 David Schleefgst/gstminiobject.*: Add GValue set/get functions.
2005-05-19 Wim Taymansgst/: Make subbufer unref the parent in finalize. some...
2005-05-19 Wim Taymansgst/base/gstbasesink.c: Don't free preroll queue too...
2005-05-19 Ronald S. Bultjegst/: Hi, I'm outdated. Please shoot me.
2005-05-19 Ronald S. Bultjegst/gstpipeline.c: Do not access variables after they...
2005-05-18 Wim Taymansgst/gstbuffer.c: Port _span() functions to new subbuffers.
2005-05-18 Ronald S. Bultjegst/gstbin.c: Fix clock settery in bins when adding...
2005-05-18 Ronald S. Bultjegst/elements/gstidentity.c: Workaround until signals...
2005-05-18 Jan Schmidtgst/gstbuffer.c: Oops, fix a typo GST_TYPE_BUFFER ...
2005-05-18 Wim Taymansgst/base/: Ported and added adapter to the base classes.
2005-05-17 Thomas Vander Stichelegst/: Make sure the class is reffed/unreffed once befor...
2005-05-17 Wim Taymansgst/: Don't queue buffers in basesink when we are flushing.
2005-05-17 Wim Taymansgst/: Clear queue when going to READY.
2005-05-17 Tim-Philipp Müllergst/base/gstbasesrc.c: Remove implicit cast from gboole...
2005-05-16 Andy Wingogst/gstbin.c (sink_iterator_filter): Err... um...
2005-05-16 David Schleefgst/gstminiobject.c: Use g_atomic_int_get() instead...
2005-05-16 David Schleefcheck/Makefile.am: remove GstData checks
2005-05-15 David Schleefgst/elements/gstelements.c: Don't include headers that...
2005-05-15 David Schleefgst/elements/Makefile.am: Remove some elements that...
2005-05-14 Andy Wingogst/gstbin.c (gst_bin_iterate_sinks): Use sink_iterator...
2005-05-14 Andy Wingogst/gstpipeline.c (gst_pipeline_init): Drop ref on...
2005-05-14 Andy Wingogst/gstbin.c (gst_bin_change_state): Fix state changes...
2005-05-14 Andy Wingogst/gstutils.c (gst_element_link_pads): Instead of...
2005-05-12 Wim Taymansgst/: Identify sinks by their flag to avoid overly...
2005-05-12 Ronald S. Bultjegst/gstbin.c: Implement _query on a bin, similar to...
2005-05-12 Tim-Philipp Müllergst/base/gstbasesrc.c: Discont event offset format...
2005-05-12 Wim Taymansgst/gstbin.c: Same fix as Ronald's but without the...
2005-05-12 Ronald S. Bultjegst/gstutils.c: No, an element is not a pad.
2005-05-12 Ronald S. Bultjegst/gstbin.c: If a child is removed from a bin while...
2005-05-12 Wim Taymansgst/base/: Added is_seekable to BaseSrc
2005-05-11 Wim Taymansgst/: Fix refcounting in utils function.
2005-05-11 Andy Wingogst/elements/gstfakesink.c (gst_fakesink_render): Er...
2005-05-10 Wim Taymansremove stupid printf
2005-05-10 Wim Taymansgst/gstvalue.c: Added flags serialize/deserialize/compa...
2005-05-09 Andy Wingogst/base/gstbasetransform.c (gst_base_transform_proxy_g...
2005-05-09 Ronald S. Bultjegst/: Handle negative offsets better. Fixes decodebin.
2005-05-09 Wim Taymansgst/: Implement accept_caps.
2005-05-09 Wim TaymansRemove old query functions. Ported old code.
2005-05-09 Andy Wingogst/gstiterator.h: Add some includes.
2005-05-08 Edward Herveygst/Makefile.am: Added gstqueryutils.h to the list...
2005-05-06 Andy Wingogst/gstquery.h
2005-05-06 Wim Taymansgst/gstpad.c: Also set caps if we use the fallback...
2005-05-06 Wim Taymansgst/: Fix gst_pad_peer_get_caps(), make it return NULL...
2005-05-06 Wim Taymansgst/base/gstbasesink.c: Actually do something with...
2005-05-06 Wim TaymansSome more documentation.
2005-05-05 Andy Wingofinal cruft fixage
2005-05-05 Andy Wingocruft removal
2005-05-05 Andy Wingorevert cruft
2005-05-05 Andy Wingorevert accidental commit of cruft -- doh
2005-05-05 Wim Taymansgst/: Added object to help in making collect pad based...
2005-05-05 Wim Taymansgst/: Fix name lookup in GstBin.
2005-05-04 Andy WingoGCC 4 fixen.
2005-05-03 Thomas Vander Stichelegst/gstplugin.c: apply patch from #172526 to make regis...
2005-05-02 Thomas Vander Stichelemerges from 0.8 for 64 bit issues
2005-05-02 Wim TaymansAdded draft for new query API.
2005-05-02 Thomas Vander Sticheleautomake 1.5 fixes
2005-05-02 Thomas Vander Stichelepossible fixes for automake-1.5
2005-04-28 Wim Taymansgst/: Better debugging of clocking info.
2005-04-26 Wim Taymansgst/gsttrashstack.h: Ooohh. a nasty one! After having...
2005-04-25 Wim Taymansgst/: Remove gst_library_load as it does more harm...
2005-04-25 Ronald S. Bultjegst/autoplug/: Die, spider, die.
2005-04-25 Wim Taymansgst/gstpad.*: Added stubs for unimplemented functions.
2005-04-24 David Schleefgst/gstpad.h: Disable some unimplemented functions...
2005-04-24 David SchleefConvert everything from GstAtomicInt to g_atomic_int_...
2005-04-24 David Schleefcheck/gst/gstpad.c: Oh yeah, it's always nice to make...
2005-04-24 David Schleefgst/gstpad.c: Remove handling of filtered caps. Fix...
2005-04-23 David Schleefgst/elements/: New element that acts like an identity...
2005-04-23 David Schleefgst/Makefile.am: Remove as-libtool stuff. It's likely...
2005-04-21 Wim Taymansgst/: Use parent refcount in GstMessage to ensure GstSt...
2005-04-20 Wim Taymansgst/: Make gst_caps_replace() work like other _replace...
2005-04-18 Andy Wingogst/elements/gstfakesrc.c: s/ARG_/PROP_/.
2005-04-18 Andy Wingogst/base/gstbasesrc.c (gst_basesrc_set_property)
2005-04-12 Ronald S. BultjeUse libxml2 for registry parsing, use staticpadtemplate...
2005-04-12 Wim TaymansAdded typefind helper.
2005-04-10 Thomas Vander Stichelework with debug disabled
2005-04-10 Thomas Vander Stichelework with debug disabled
2005-04-06 Wim Taymansgst/: More work on the generic source base class, imple...
2005-04-06 Andy Wingopkgconfig/: New files.
2005-04-05 Wim Taymansgst/: Made base source class, make fakesrc extend it.
2005-04-01 David Schleefgst/gstplugin.c: Switch to using G_MODULE_BIND_LOCAL...
2005-03-31 Andy Wingotests/instantiate/: Add test to test speed of caps...
2005-03-31 Wim Taymansgst/: Added start/stop methods to transform base class...
2005-03-31 Wim Taymansgst/: Added rate to the discont event to prepare for...
2005-03-29 Wim Taymansgst/: Simplify pad activation.
2005-03-29 Andy Wingodocs/: Dist the overrides files.
2005-03-29 Andy Wingopo/, docs/gst/: Commit automatic changes to docs and...
2005-03-28 Wim TaymansAdded state change code.
2005-03-26 David Schleefgst/Makefile.am: remove gstcpu.[ch]. The gst_cpu funct...
2005-03-25 Ronald S. Bultjegst/gstbin.c: Add default event/set_manager handlers...
2005-03-25 Ronald S. Bultjegst/gstpipeline.c: Lock/unlock mismatch.
2005-03-22 Wim TaymansActivated more tests.
2005-03-22 Wim TaymansDocs updates
2005-03-21 Wim Taymansgst/gstbus.c: Fix copy-and-paste error.
2005-03-21 Wim TaymansNext big merge.
2005-03-10 Wim TaymansDoc updates.
2005-03-09 Wim TaymansFix _pad_get_direction wrt ghostpads.
2005-03-09 Wim TaymansAdded GstBin test.
2005-03-09 Wim TaymansBump version number, we're now 0.9.0
next