- Feb 17, 2012
-
-
Wim Taymans authored
-
- Feb 16, 2012
-
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Philippe Normand authored
Port of the interleave element and its unittests. https://bugzilla.gnome.org/show_bug.cgi?id=669643
-
Wim Taymans authored
-
Gary Ching-Pang Lin authored
Don't post a (fatal) error message on the bus just because we failed to query some control. Fixes issue with built-in Suyin Corp webcam for HP notebook (usbid 064e:e28a) on OpenSuse 12.1, where querying red/blue balance fails. https://bugzilla.gnome.org/show_bug.cgi?id=670197
-
Tuukka Pasanen authored
Because vlooback emits 25 - ENOTTY and no EINVAL v4l2src thought it can't handle this and does not work. https://bugzilla.gnome.org/show_bug.cgi?id=669455
-
Tim-Philipp Müller authored
It's how we roll. Fixes 'ISO C90 forbids mixed declarations and code' compiler warning.
-
- Feb 15, 2012
-
-
Tim-Philipp Müller authored
Find fft headers in uninstalled setup, fix LIBS order.
-
Wim Taymans authored
-
Stefan Sauer authored
-
- Feb 14, 2012
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Conflicts: tests/check/elements/flacparse.c
-
- Feb 13, 2012
-
-
Mark Nauwelaerts authored
-
Wim Taymans authored
-
Mark Nauwelaerts authored
-
- Feb 12, 2012
-
-
Tim-Philipp Müller authored
Conflicts: ext/taglib/gstapev2mux.cc ext/taglib/gstid3v2mux.cc ext/taglib/gsttaglibmux.c ext/taglib/gsttaglibmux.h
-
Tim-Philipp Müller authored
-
Vincent Penquerc'h authored
Local variables are now unused, and the values from the segment copy are used instead, so remove the now useless local variables and write to the segment where appropriate.
-
- Feb 10, 2012
-
-
Wim Taymans authored
Conflicts: ext/flac/gstflacenc.c ext/jack/gstjackaudioclient.c ext/jack/gstjackaudiosink.c ext/jack/gstjackaudiosrc.c ext/pulse/plugin.c ext/shout2/gstshout2.c gst/matroska/matroska-mux.c gst/rtp/gstrtph264pay.c
-
Tim-Philipp Müller authored
We're happy to accept both byte-stream and avc, advertise that on the sink caps and fix up _get_caps() function to not just return "video/x-h264". https://bugzilla.gnome.org/show_bug.cgi?id=606662
-
Tim-Philipp Müller authored
Because we can. And so we get a warning if we try to output avc with nal alignment or somesuch. https://bugzilla.gnome.org/show_bug.cgi?id=606662
-
Tim-Philipp Müller authored
Feed data into the pipeline using appsrc instead of fdsrc and a pipe. Store unsigned byte values in guint8 instead of char. Getting rid of the capsfilter also helps to avoid 'format is not fully specified' warnings when pushing "video/x-h264" data into rtph264pay with fully specified h264 caps in the sink template.
-
Wim Taymans authored
We need to chain up unknown queries to the default query handler instead of blindly forwarding them. In this case it caused the caps query to be forwarded to the upstream typefind and return the wrong type for the audio/video pad.
-
- Feb 09, 2012
-
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Wim Taymans authored
-
Marc Leeman authored
-
- Feb 08, 2012
-
-
Wim Taymans authored
-
Ralph Giles authored
This requires SHOUT_FORMAT_WEBM, added in libshout 2.3.0, so video/webm support is contingent on that symbol being defined. Also an indentation change required by the pre-commit hook. https://bugzilla.gnome.org/show_bug.cgi?id=669590
-
Philippe Normand authored
Port of the deinterleave element and its unittests. The interleave element will be ported as part of another patch, hence disabling it for now. https://bugzilla.gnome.org/show_bug.cgi?id=668847
-
- Feb 07, 2012
-
-
-
-
Stefan Sauer authored
Move common code to jackclient. There we can also handle the request state message in a better way, as the element callbacks are only run if the element is active.
-