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