summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-18Release 0.10.20RELEASE-0_10_20Jan Schmidt
2008-06-18Update .po filesJan Schmidt
2008-06-11configure.ac: 0.10.19.3 pre-releaseJan Schmidt
2008-06-11Rename DATADIR to GST_DATADIR to avoid build problemsDavid Schleef
2008-06-05configure.ac: Explicitely link with -ldl if dladdr() is found there. Before i...Sebastian Dröge
2008-06-05Put pre-release chaneglog entry where it actually happenedJan Schmidt
2008-06-05configure.ac: 0.10.19.2 pre-releaseJan Schmidt
2008-06-05gst/gsterror.c: Fix typo (spotted by Fabricio Godoy, #536723).Tim-Philipp Müller
2008-06-04libs/gst/base/gstbasesink.c: Add some debug.Wim Taymans
2008-06-04gst/gstevent.c: Add some assert and docs for invalid input to the qos function.Wim Taymans
2008-05-30libs/gst/base/gstbasesink.c: The reported position must always be smaller tha...Wim Taymans
2008-05-30gst/gstregistry.c: Don't recurse into .debug directories as some distros inst...Rob Bradford
2008-05-29libs/gst/base/gstbasesink.c: Fix position query range checks in reverse playb...Wim Taymans
2008-05-29gst/gstelement.*: Deprecated gst_element_get_pad() as it can't be used sanely...Sebastian Dröge
2008-05-28gst/gstelementfactory.c: Small doc fix. Fixes #535285.José Alburquerque
2008-05-28libs/gst/base/gstbasesrc.c: Make sending an EOS event to the basesrc non-bloc...Bjarne Rosengren
2008-05-28tools/gst-inspect.c: If possible print the element type of GValueArray proper...Sebastian Dröge
2008-05-28gst/gstiterator.c: Remove an unused field from the private GstListIterator st...Sebastian Dröge
2008-05-27libs/gst/controller/gstcontroller.c: Add parameter guards.Stefan Kost
2008-05-27tests/check/gst/gstpipeline.c: Revert test change and add comment why it shou...Stefan Kost
2008-05-27tests/check/gst/gstpipeline.c: Extending the test a little to verify that we ...Stefan Kost
2008-05-27gst/gstpreset.c: Add Since: markers to docs blurbs.Tim-Philipp Müller
2008-05-27configure.ac: Add DATADIR for storing presets.Stefan Kost
2008-05-27gst/gstpad.c: The default event function on a sinkpad should return TRUE when...Wim Taymans
2008-05-27plugins/elements/gsttypefindelement.c: Use faster and safer _pad_push_event().Wim Taymans
2008-05-27API: add gst_bin_find_unlinked_pad()Tim-Philipp Müller
2008-05-26gst/: Fixed a bunch of typos.Peter Kjellerstedt
2008-05-25gst/: 'unconnected pad' -> 'unlinked pad' for consistency (#401456).Tim-Philipp Müller
2008-05-25docs/pwg/advanced-tagging.xml: Small docs update, can't be bothered to rewrit...Tim-Philipp Müller
2008-05-25gst/gstevent.h: Clarify docs for GST_SEEK_TYPE_CUR (#534505).Tim-Philipp Müller
2008-05-25gst/parse/grammar.y: Remove unneeded casts.Tim-Philipp Müller
2008-05-25Get all missing elements from a parse launch string if possible (ie. if the F...Tim-Philipp Müller
2008-05-24tests/check/: Add some unit tests for the new gst_parse_launch*_full() API. (...Tim-Philipp Müller
2008-05-24API: gst_parse_launch_full()Tim-Philipp Müller
2008-05-23docs/faq/gst-uninstalled: Also support ffmpeg in gst-uninstalled.Suresh Kumar P
2008-05-22configure.ac: After discussion on IRC use the binary registry as default but ...Sebastian Dröge
2008-05-22gst/: More guards against bad input; typo fix; some minor clean-ups.Tim-Philipp Müller
2008-05-22libs/gst/base/gstbasesink.c: If nothing else can be used, use the last buffer...Sjoerd Simons
2008-05-21gst/gstpad.c: Move size sanity check to the right place: downstream may retur...Tim-Philipp Müller
2008-05-21plugins/elements/: Small cleanups. Add note adbout g_fopen() on windows and w...Wim Taymans
2008-05-21Don't use gst_element_get_pad().Wim Taymans
2008-05-21docs/Makefile.am: Fix installing plugin documentation when gtk-doc is disabled.Felipe Contreras
2008-05-21docs/manual/: Avoid using a bad function in the example code.Wim Taymans
2008-05-21gst/gstclock.c: Fix debug of the new clock rate.Wim Taymans
2008-05-21win32/common/libgstbase.def: Add gst_base_sink_wait_clock() to the exported s...Sebastian Dröge
2008-05-20libs/gst/base/gstbasetransform.c: Unref events that the GstBaseTransform::eve...Tim-Philipp Müller
2008-05-19Expose a method that was previously used internally to synchronize against th...Wim Taymans
2008-05-19gst/gstpad.c: Add sanity check to make sure we don't get smaller buffers than...Tim-Philipp Müller
2008-05-19libs/gst/base/gstbasesink.c: Refactor adjusting the running_time with latency...Wim Taymans
2008-05-19API: add gst_type_find_suggest_simple(), #533740.Tim-Philipp Müller