gst/gst.c: plugin_paths is not used if we build without registry support.
[platform/upstream/gstreamer.git] / gst /
2006-06-05 Edward Herveygst/gst.c: plugin_paths is not used if we build without...
2006-06-05 Edward Herveygst/gstsegment.c: _copy() was always returning NULL...
2006-06-02 Thomas Vander Sticheledebug change
2006-06-01 Stefan Kostgst/gsttagsetter.h: Can't cast ifaces to a class
2006-05-30 Sébastien Mouttegst/gst.c: set #include <sys/wait.h> in a #ifdef #ifdef...
2006-05-30 Wim Taymansgst/gstelement.c: Clarify the use of _release_request_p...
2006-05-30 Jan Schmidtgst/gstsystemclock.c: Add debug that can be enabled...
2006-05-30 Tim-Philipp MüllerAPI: add GST_TAG_PREVIEW_IMAGE (#343341).
2006-05-29 Tim-Philipp Müllergst/gst.c: Don't scan registry paths passed via --gst...
2006-05-28 Thomas Vander Stichelegst/gst.c: if we have fork, fork while reading/rebuildi...
2006-05-26 Jan Schmidtgst/gstvalue.c: Handle NULL input and output pointers...
2006-05-24 Thomas Vander Sticheledoc indent fix
2006-05-23 Wim Taymansgst/gstpad.*: Added _CUSTOM error and success GstFlowRe...
2006-05-19 Jan Schmidtgst/gstpad.c: Short-circuit gst_pad_set_caps if setting...
2006-05-19 Tim-Philipp MüllerAPI: add gst_element_seek_simple() (#342238).
2006-05-18 Edward Herveygst/gsttypefind.*: Added GST_TYPE_TYPE_FIND and gst_typ...
2006-05-18 Tim-Philipp Müllergst/gsttagsetter.c: Docs additions and fixes (see ...
2006-05-17 Jan Schmidtgst/gstregistryxml.c: Allow empty strings for some...
2006-05-17 Sébastien Mouttegst/gstregistryxml.c: Use g_remove and g_rename instead...
2006-05-15 Tim-Philipp Müllergst/gstobject.h: Add cast to make compiler happy -...
2006-05-14 Thomas Vander Stichelefix parallel make
2006-05-14 Thomas Vander Stichelewhitespace fixes
2006-05-14 Tim-Philipp MüllerMinor docs fixes.
2006-05-12 Michael Smithgst/gstplugin.c: If an so file has no plugin entry...
2006-05-11 Stefan KostG_OBJECT_CLASS macro usage batch cleanup, fixes #337747...
2006-05-11 Wim Taymansgst/gstbuffer.c: Register subbufer along with the buffe...
2006-05-10 Tim-Philipp Müllergst/: Make gtk-doc generate docs for our inlined gst_bu...
2006-05-10 Thomas Vander Stichelegst/gstvalue.c: fix a leak if no flags are set
2006-05-10 Thomas Vander Stichelegst/gststructure.c: add some comments rename a method...
2006-05-10 Thomas Vander Stichelegst/: make sure some essential types used by events...
2006-05-10 Edward Herveygst/gstinterface.h: GST_IMPLEMENTS_INTERFACE and GST_IS...
2006-05-09 Thomas Vander Sticheledoc whitespace fixes
2006-05-09 Tim-Philipp MüllerConst-ify GEnumValue arrays.
2006-05-09 Tim-Philipp Müllergst/gstbuffer.c: gst_buffer_make_metadata_writable...
2006-05-09 Tim-Philipp Müllergst/gsttaglist.*: API: add GST_TAG_IMAGE tag (#340721).
2006-05-08 Wim Taymansgst/gstquery.c: Added some docs for the segment query.
2006-05-08 Thomas Vander Stichelewhitespace, comment, doc fixup
2006-05-08 Thomas Vander Stichelegst/gsterror.c: Add a missing error string.
2006-05-08 Wim Taymansdocs/design/part-overview.txt: Make upsteam/downstream...
2006-05-07 Stefan Kostgst/gstcaps.c: Docs about how to print caps for debug...
2006-05-06 Stefan Kostgst/gstelement.c: use full enum names and preprend...
2006-05-05 Wim Taymansgst/: Add note about refcounting and miniobject/buffer...
2006-05-05 Maciej KatafiaszSmall typo in docs (#340625)
2006-05-05 Tim-Philipp Müllergst/parse/Makefile.am: Make 'make -j' proof (see #340698).
2006-05-05 Wim Taymansgst/: Remove pre glib2.8 compatibility, fixes #340508
2006-05-04 Tim-Philipp Müllergst/gsttaglist.h: Mention type of tags in doc blurbs.
2006-05-04 Jan Schmidtgst/gstpad.c: Restore acceptcaps checking behaviour...
2006-05-04 James AndrewarthaMake sure gstprivate.h and/or config.h are always inclu...
2006-04-28 Stefan Kostgst/: only write out registry if it has changed, fixes...
2006-04-28 Stefan Kostmake GstElementDetails const
2006-04-28 Stefan Kostgst/gstutils.c: cleanup double code
2006-04-28 Wim Taymansgst/gstutils.c: Added some more docs.
2006-04-28 Michael Smithgst/gstvalue.c: Avoid NULL dereference when trying...
2006-04-28 Thomas Vander Stichelesmall doc fix
2006-04-28 Wim Taymansgst/gstvalue.c: Don't try to serialize a GValue with...
2006-04-28 Wim Taymansgst/gstminiobject.c: Taking a NULL miniobject is valid...
2006-04-28 Stefan Kostgst/gstbin.c: Update docs.
2006-04-22 Wim Taymansgst/: Fix internal data flow errors. Fixes #338711.
2006-04-11 Wim Taymansgst/gstelementfactory.c: Some cleanups.
2006-04-10 Wim Taymansgst/gstsegment.c: Added some more docs.
2006-04-09 Sébastien Mouttegst/gst_private.h: add a new #ifdef to use __declspec...
2006-04-08 Stefan KostFix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
2006-04-08 Tim-Philipp Müllergst/gstpad.c: Must set peer pads before calling the...
2006-04-08 Stefan KostFix broken GObject macros
2006-04-07 Wim Taymansgst/gstbus.c: Small documentation clarification about...
2006-04-06 Tim-Philipp Müllergst/gstpad.c: Typo fixes in docs.
2006-04-06 Michael Smithgst/gstpad.c: Use g_value_get_object() instead of g_val...
2006-04-06 Tim-Philipp Müllergst/gstinfo.c: Add some newlines.
2006-04-06 Michael Smithgst/parse/grammar.y: Fix a leak in parse-launch for...
2006-04-05 Michael Smithgst/gstpipeline.c: When we create a pipeline bus, initi...
2006-04-05 Michael Smithgst/gstquery.c: Fix leaking GValues in queries, as...
2006-04-05 Zaheer Abbas Meraligst/gstinfo.c: Use printf instead of
2006-04-05 Andy Wingogst/gstpad.c (gst_pad_set_blocked_async): More debug...
2006-04-04 Paolo Borelligst/gstplugin.c: minor clean-ups: G_DEFINE_TYPE already...
2006-04-04 Jan SchmidtDocumentation updates. Make BaseSink and BaseSrc docs...
2006-04-03 Michael SmithFix typo in docs.
2006-04-01 Thomas Vander Sticheleconfigure.ac: use new AS_VERSION and AS_NANO macros
2006-03-29 Wim TaymansSmall documentation updates and additions.
2006-03-24 Stefan Kostgst/gstelement.c: Little clarification in the docs
2006-03-23 Tim-Philipp MüllerAPI: add some new utility functions:
2006-03-23 Tim-Philipp Müllergst/gstregistryxml.c: If compiling against GLib-2.8...
2006-03-22 Wim Taymansgst/gstinfo.c: Disable debugging unless explicitly...
2006-03-22 Wim Taymansgst/gstelement.c: Cleanup the error case.
2006-03-21 Thomas Vander Stichelegst/Makefile.am
2006-03-21 Tim-Philipp Müllergst/gststructure.c: Make sure that string fields in...
2006-03-21 Edward HerveySeries of fixes for dereferenced pointers that gcc...
2006-03-21 Edward Herveygst/: gst_[buffer|event|message]_ref() macros are repla...
2006-03-20 Jan Schmidtgst/gstutils.h: Add G_UNLIKELY to our boilerplate to...
2006-03-20 Wim Taymansgst/gstbin.c: Position query should also take max of...
2006-03-19 Sébastien Mouttegst/gst_private.h: add win32 specific import decoration...
2006-03-17 Wim Taymansgst/gstpad.c: Don't leak buffers, caps and pads on...
2006-03-16 Jan Schmidtgst/gstpad.c: Don't pound the cpu to pieces by checking...
2006-03-15 Wim Taymansgst/gstclock.c: Fix docs.
2006-03-15 Jan Schmidtgst/gstbuffer.h: Documentation fix.
2006-03-14 Wim Taymansgst/gstclock.c: Marked the stats property as unimplemen...
2006-03-14 Wim Taymansgst/gstsegment.c: Return correct return type in case...
2006-03-14 Wim Taymansgst/gstformat.c: Don't segfault on invalid formats.
2006-03-14 Tim-Philipp Müllergst/gstpipeline.c: Add 'Since: 0.10.5' to gtk-doc blurb...
2006-03-13 Wim Taymansgst/gstpipeline.c: Don't deadlock when reading properties.
2006-03-13 Wim Taymansgst/: Added QOS debug category
next