summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: pre-release 0.10.21.3Jan Schmidt2009-01-092-2/+7
* libs/gst/base/gstbasesink.*: Fix documentation for the wait_clock method, ren...Wim Taymans2009-01-093-16/+25
* gst/gst.c: Create a registry if there is none also when the option for gst-di...Stefan Kost2009-01-082-8/+19
* gst/gst.c: Ref new enum type in gst_init.Tim-Philipp Müller2009-01-063-0/+15
* Add API for making a GStreamer plugin 'dependent' on external files, director...Tim-Philipp Müller2009-01-069-7/+767
* docs/faq/gst-uninstalled: Add libgstapp-0.10 from -base to search path and re...Tim-Philipp Müller2009-01-062-8/+7
* libs/gst/base/gstbasesink.c: Release the object lock before calling the query...Wim Taymans2009-01-052-4/+23
* gst/gstbus.c: The lock order should be maincontext > OBJECT_LOCK so we need t...Wim Taymans2009-01-052-1/+15
* gst/gstbin.c: Use an iterator to set the clock and the index so that we can r...Wim Taymans2009-01-052-13/+64
* libs/gst/base/gstcollectpads.c: Use the name of the pads instead of a pointer...Edward Hervey2009-01-032-3/+9
* gst/gstindex.c: Add a debugging category for GstIndex, first little step in m...Edward Hervey2009-01-032-0/+13
* gst/: Assign debug statements to relevant categories instead of the 'default'...Edward Hervey2009-01-034-22/+40
* gst/gstdebugutils.c: Add some ideas, how to make the graph smaller.Stefan Kost2009-01-016-4/+29
* gst/gstbus.c: Make GstBusSource work with non-default main contexts (#562170).Tim-Philipp Müller2008-12-274-15/+125
* gst/gstregistrybinary.c: Wrap multi-line macros in G_STMT_{START|END}.Tim-Philipp Müller2008-12-272-6/+15
* API: Add URI query type. This is useful to query the URI of a sink/source ele...Sebastian Dröge2008-12-2010-3/+167
* Don't forward gst_pad_set_caps() on a source ghostpad to its target.Alessandro Decina2008-12-193-1/+20
* tests/check/gst/gstghostpad.c: Add some more unit-tests for the ghostpad noti...Wim Taymans2008-12-192-2/+52
* win32/common/libgstreamer.def: Add gst_tag_setter_reset_tags to the list of e...Sebastian Dröge2008-12-192-0/+6
* In a source ghostpad, when caps are changed in the target pad, the change nee...Alessandro Decina2008-12-174-15/+116
* gst/gstutils.c: Add FIXME for 0.11 to set the pad as message source and not t...Sebastian Dröge2008-12-172-0/+11
* docs/faq/general.xml: Update the faq.Wim Taymans2008-12-162-4/+8
* Rename api added in previous commit and add since tag to docs.Stefan Kost2008-12-164-5/+14
* Add function to reset tagsetter for element reuse.Stefan Kost2008-12-164-2/+35
* gst/gsttaglist.c: Avoid copy of empty taglist.Stefan Kost2008-12-162-8/+10
* More complete unit tests. Fix handling of empty taglists (they were not merge...Stefan Kost2008-12-163-16/+119
* gst/: Update GstTagSetter and GstTagMergeMode documentation. Mention that tag...Stefan Kost2008-12-163-24/+25
* docs/design/part-TODO.txt: Remove the seqnum entry that we implemented in 0.1...Wim Taymans2008-12-152-9/+8
* libs/gst/base/gstbasesink.c: Expose the render-delay as a property so things ...Wim Taymans2008-12-153-3/+30
* libs/gst/check/gstcheck.h: Allow check tests to usePeter Kjellerstedt2008-12-102-3/+13
* gst/gstutils.c: Fix a caps memory leak introduced by the last change.Sebastian Dröge2008-12-092-0/+8
* gst/gstutils.c: Check if the caps of the pads are compatible before returning...Sebastian Dröge2008-12-092-14/+37
* libs/gst/check/gstcheck.c: Revert accidentially commited patch for bug #40463...Sebastian Dröge2008-12-092-90/+8
* tests/check/libs/controller.c: This test should return TRUE now as syncing an...Sebastian Dröge2008-12-092-2/+8
* libs/gst/controller/gstcontroller.c: Aggregate return value for gst_controlle...Stefan Kost2008-12-094-11/+37
* tools/gst-launch.1.in: Fix description of how to specify a type in caps. Fixe...Stefan Kost2008-12-092-4/+10
* plugins/elements/gsttee.c: Check for changed pads-list before checking the la...Wim Taymans2008-12-082-8/+19
* libs/gst/base/gstbasetransform.*: Add vmethod that is called before we start ...Wim Taymans2008-12-083-1/+27
* gst/gst.c: Search for plugins on win32 based on the location of the gstreamer...David Schleef2008-12-052-0/+24
* configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one ...Sebastian Dröge2008-12-042-3/+6
* configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M...Sebastian Dröge2008-12-043-0/+9
* Require gettext 0.17 because older versions don't mix with libtool 2.2. At bu...Sebastian Dröge2008-11-294-2/+13
* gst/gstpoll.c: Adds support for FD_CONNECT event (win32). See #562258.이문형2008-11-272-2/+11
* libs/gst/base/gstbasesink.c: Turn comment into gtk-doc comment.Stefan Kost2008-11-242-1/+7
* libs/gst/base/gstbasetransform.c: Revert quick accepcaps attempt, it's not fu...Wim Taymans2008-11-242-2/+15
* plugins/elements/gstfilesrc.c: Fix memory leak.Edward Hervey2008-11-242-11/+17
* gst/gstregistry.c: Reduce the number of stat() calls for every file from thre...Simon Holm Thøgersen2008-11-242-11/+20
* libs/gst/base/gstbasetransform.c: Rename a variable to make the code clearer.Wim Taymans2008-11-222-4/+14
* plugins/elements/gstidentity.c: Don't warning on offset==-1. Taken from _chec...Stefan Kost2008-11-212-1/+8
* plugins/elements/gstfilesrc.c: Check for localhost in URI was backwards, fix ...Michael Smith2008-11-212-1/+6