- 24 May, 2011 3 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
Conflicts: gst-libs/gst/video/convertframe.c
-
Wim Taymans authored
-
- 23 May, 2011 23 commits
-
-
Stefan Kost authored
Add more symbols (from unused.txt). Move the whole bunch of riff-fourcc defines to std section too (no one is hoing to document them, right).
-
Stefan Kost authored
-
Stefan Kost authored
If someone intents to document them and the fields we can move them back.
-
Stefan Kost authored
-
Stefan Kost authored
Use a trick to avoid documenting all 100 enums.
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
-
Thijs Vermeir authored
Because the spec for the ringbuffer can change when changing the caps, we must recalibrate the clock. https://bugzilla.gnome.org/show_bug.cgi?id=610443
-
Sebastian Dröge authored
Fixes bug #600043.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Stefan Kost authored
Fixup paramter mismatch between func and prototype. Add missing parameter docs.
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
Some parameters where wrong, first line missed the ':' and return docs where broken.
-
Stefan Kost authored
Add missing section. Add new section to main-sgml. Add missing function.
-
Stefan Kost authored
We deref the pointer two lines before already and besides this internal function should not be called with this parameter=NULL.
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
Use breaks for case branches instead of return 0. We don't expect these to happen anyway. Thus have a warning before the final return to make it easier to see when things go out of sync.
-
Stefan Kost authored
This will help to detect them closer to the source if they ever happen.
-
- 20 May, 2011 4 commits
-
-
Wim Taymans authored
Use the new element class method to get the metadata from an element. Not all elements might have an elementfactory.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Conflicts: docs/plugins/gst-plugins-base-plugins.hierarchy docs/plugins/gst-plugins-base-plugins.interfaces docs/plugins/gst-plugins-base-plugins.prerequisites
-
Stefan Kost authored
We where checking for i<G_N_ELEMENTS, but where accessing i+1.
-
- 19 May, 2011 10 commits
-
-
Stefan Kost authored
make_lossless_changes() returns the same structure that we're passing (probably to enable chaining). Instead of reusing s and making it point to s2 as well, keep using s2. Drop the assignment which in the 2nd case is a dead one anyway.
-
Stefan Kost authored
Now more files are merged and produced in a canonical fashion, which hopefully creates less or no delta in the future.
-
Stefan Kost authored
From 9e5bbd5 to 69b981f
-
Wim Taymans authored
-
Wim Taymans authored
If the allocation query contains the same caps as the current allocator, we can return that one instead of making a new one.
-
Christian Fredrik Kalager Schaller authored
-
Wim Taymans authored
Fix a refcount problem. Handle reconfiguration requests.
-
Thiago Santos authored
Autoplug formatters for streams if a formatter with secondary or higher rank is found. Formatters are autoplugged when there is no muxer or when the muxer doesn't implement the tagsetter interface. Currently only the first formatter found is plugged, this might help in lots of cases, but it doesn't solve the 'lamemp3 ! xingmux ! id3mux' case. https://bugzilla.gnome.org/show_bug.cgi?id=649841
-
Thiago Santos authored
-
Wim Taymans authored
Remove the setcaps function on the srcpad, we know exactly when we negotiate a new format now. Use a caps event to configure new caps.
-