- 25 May, 2011 4 commits
-
-
Stefan Kost authored
Move the warning on unsupported units to the swicth-case. Move fetching the pending tags down to where we use them.
-
Stefan Kost authored
Otherwise we never write the tag. This would also be consistent with the code in deserialize_scene_type().
-
Stefan Kost authored
-
Stefan Kost authored
We check for matching_attr!=NULL right before already.
-
- 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 1 commit
-
-
Stefan Kost authored
We where checking for i<G_N_ELEMENTS, but where accessing i+1.
-
- 19 May, 2011 6 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
-
Christian Fredrik Kalager Schaller authored
-
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
-
- 18 May, 2011 5 commits
-
-
Aleix Conchillo Flaque authored
-
Stefan Kost authored
From fd35073 to 9e5bbd5
-
Robert Swain authored
gst_video_get_size_from_caps () allows easy calculation of the raw video buffer size from some fixed video caps. API: gst_video_get_size_from_caps()
-
Stefan Kost authored
From 46dfcea to fd35073
-
Robert Swain authored
Unused but set variables cause warnings in GCC 4.6.x and newer.
-
- 17 May, 2011 1 commit
-
-
Edward Hervey authored
-