summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-20Use BUILD_PLUGIN_LIBRARY for pluginsHEADmasterEdward Hervey2-8/+2
2009-03-20Fix build for gstreamer/tools/Edward Hervey3-10/+5
2009-03-13Cleanup makefiles. No longer requires to be in a subdirectory.Edward Hervey9-224/+218
2009-03-12Add auto-generated file. THIS IS BAD !!!!Edward Hervey1-0/+83
2009-03-12auto-generated headers and filesPrajnashi S10-0/+8916
2009-03-12Add Android makefilesPrajnashi S11-0/+472
2009-01-19Release 0.10.22Jan Schmidt10-78/+195
2009-01-19Update .po filesJan Schmidt31-2291/+4004
2009-01-17gst/gstbus.c: Fix order of members in GstBusSource structure - the first memb...Tim-Philipp Müller3-1/+97
2009-01-15gst/gstpad.h: A small documentation fix.Jonas Holmberg2-1/+8
2009-01-11gst/gstutils.h: Initialize g_once_init* data with 0. Fixes bug #567225.Sebastian Dröge2-1/+6
2009-01-09configure.ac: pre-release 0.10.21.3Jan Schmidt2-2/+7
2009-01-09libs/gst/base/gstbasesink.*: Fix documentation for the wait_clock method, ren...Wim Taymans3-16/+25
2009-01-08gst/gst.c: Create a registry if there is none also when the option for gst-di...Stefan Kost2-8/+19
2009-01-06gst/gst.c: Ref new enum type in gst_init.Tim-Philipp Müller3-0/+15
2009-01-06Add API for making a GStreamer plugin 'dependent' on external files, director...Tim-Philipp Müller9-7/+767
2009-01-06docs/faq/gst-uninstalled: Add libgstapp-0.10 from -base to search path and re...Tim-Philipp Müller2-8/+7
2009-01-05libs/gst/base/gstbasesink.c: Release the object lock before calling the query...Wim Taymans2-4/+23
2009-01-05gst/gstbus.c: The lock order should be maincontext > OBJECT_LOCK so we need t...Wim Taymans2-1/+15
2009-01-05gst/gstbin.c: Use an iterator to set the clock and the index so that we can r...Wim Taymans2-13/+64
2009-01-03libs/gst/base/gstcollectpads.c: Use the name of the pads instead of a pointer...Edward Hervey2-3/+9
2009-01-03gst/gstindex.c: Add a debugging category for GstIndex, first little step in m...Edward Hervey2-0/+13
2009-01-03gst/: Assign debug statements to relevant categories instead of the 'default'...Edward Hervey4-22/+40
2009-01-01gst/gstdebugutils.c: Add some ideas, how to make the graph smaller.Stefan Kost6-4/+29
2008-12-27gst/gstbus.c: Make GstBusSource work with non-default main contexts (#562170).Tim-Philipp Müller4-15/+125
2008-12-27gst/gstregistrybinary.c: Wrap multi-line macros in G_STMT_{START|END}.Tim-Philipp Müller2-6/+15
2008-12-20API: Add URI query type. This is useful to query the URI of a sink/source ele...Sebastian Dröge10-3/+167
2008-12-19Don't forward gst_pad_set_caps() on a source ghostpad to its target.Alessandro Decina3-1/+20
2008-12-19tests/check/gst/gstghostpad.c: Add some more unit-tests for the ghostpad noti...Wim Taymans2-2/+52
2008-12-19win32/common/libgstreamer.def: Add gst_tag_setter_reset_tags to the list of e...Sebastian Dröge2-0/+6
2008-12-17In a source ghostpad, when caps are changed in the target pad, the change nee...Alessandro Decina4-15/+116
2008-12-17gst/gstutils.c: Add FIXME for 0.11 to set the pad as message source and not t...Sebastian Dröge2-0/+11
2008-12-16docs/faq/general.xml: Update the faq.Wim Taymans2-4/+8
2008-12-16Rename api added in previous commit and add since tag to docs.Stefan Kost4-5/+14
2008-12-16Add function to reset tagsetter for element reuse.Stefan Kost4-2/+35
2008-12-16gst/gsttaglist.c: Avoid copy of empty taglist.Stefan Kost2-8/+10
2008-12-16More complete unit tests. Fix handling of empty taglists (they were not merge...Stefan Kost3-16/+119
2008-12-16gst/: Update GstTagSetter and GstTagMergeMode documentation. Mention that tag...Stefan Kost3-24/+25
2008-12-15docs/design/part-TODO.txt: Remove the seqnum entry that we implemented in 0.1...Wim Taymans2-9/+8
2008-12-15libs/gst/base/gstbasesink.c: Expose the render-delay as a property so things ...Wim Taymans3-3/+30
2008-12-10libs/gst/check/gstcheck.h: Allow check tests to usePeter Kjellerstedt2-3/+13
2008-12-09gst/gstutils.c: Fix a caps memory leak introduced by the last change.Sebastian Dröge2-0/+8
2008-12-09gst/gstutils.c: Check if the caps of the pads are compatible before returning...Sebastian Dröge2-14/+37
2008-12-09libs/gst/check/gstcheck.c: Revert accidentially commited patch for bug #40463...Sebastian Dröge2-90/+8
2008-12-09tests/check/libs/controller.c: This test should return TRUE now as syncing an...Sebastian Dröge2-2/+8
2008-12-09libs/gst/controller/gstcontroller.c: Aggregate return value for gst_controlle...Stefan Kost4-11/+37
2008-12-09tools/gst-launch.1.in: Fix description of how to specify a type in caps. Fixe...Stefan Kost2-4/+10
2008-12-08plugins/elements/gsttee.c: Check for changed pads-list before checking the la...Wim Taymans2-8/+19
2008-12-08libs/gst/base/gstbasetransform.*: Add vmethod that is called before we start ...Wim Taymans3-1/+27
2008-12-05gst/gst.c: Search for plugins on win32 based on the location of the gstreamer...David Schleef2-0/+24