- 10 Sep, 2012 5 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 09 Sep, 2012 16 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
But we should only do that if it comes straight from a container or wavparse, not if it comes from a decoder, otherwise it's probably not really meaningful.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
It's all been ported to the latest GLib API now.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Instead of home-grown solution.
-
Tim-Philipp Müller authored
People expect audiorate to fix things up and not make things worse by default, so let's default to a similar tolerance as audiosinks do. Should help with transcoding and the like, though one might possible still want higher values then.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
We can't just make a vfunc that takes a union of int and pointer as argument, and then set up subclass-specific action signals and signals that take int (in multifdsink's case) or a GSocket * (in multisocketsink's case), and then expect everything to Just Work. This blows up spectacularly on PPC G4 for some reason. Fixes multifdsink unit test on PPC, and fixes aborts in multisocketunit test (now hangs in gst_pad_push - progress).
-
- 08 Sep, 2012 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
This reverts part of "visual: enable commented out code again." (commit 8222ba16). The shader code does indeed look broken (or rather, it makes assumptions that are not necessarily true here, namly that pixel stride is 4, for example), which makes totem very crashy and causes other weird behaviour. Also see https://bugzilla.gnome.org/show_bug.cgi?id=683527
-
- 07 Sep, 2012 4 commits
-
-
Mark Nauwelaerts authored
Also add a bit more debug. See also https://bugzilla.gnome.org/show_bug.cgi?id=679443
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
audiotestsrc only does native endianness.
-
- 06 Sep, 2012 8 commits
-
-
Tim-Philipp Müller authored
Most payloaders set/send their own output format from the setcaps function, so if we don't get input caps, things probably wont' work right, even if the input format is fixed (as in the case of the mpeg-ts payloader for example). https://bugzilla.gnome.org/show_bug.cgi?id=683428
-
Tim-Philipp Müller authored
Not that anyone should ascribe too much meaning to these return values in the age of sticky caps.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Wim Taymans authored
Check if the buffer is DISCONT before making a potentially expensive copy to unset the DISCONT flag.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
- 05 Sep, 2012 5 commits
-
-
Mark Nauwelaerts authored
... rather than an empty buffer
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-