- 10 Mar, 2016 1 commit
-
-
Nirbheek Chauhan authored
-
- 09 Mar, 2016 1 commit
-
-
Tim-Philipp Müller authored
Remove unused _register() functions and look up the performance debug category in a function that's actually called at some point.
-
- 04 Mar, 2016 3 commits
-
-
Wim Taymans authored
Make separate flags for non-interleaved input and output because the channel mixer should be able to convert between the two layouts in the future.
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
This fixes: gst-play-1.0 http://relay-nyc.gameowls.com:8000/chiptune.ogg https://bugzilla.gnome.org/show_bug.cgi?id=758282
-
- 03 Mar, 2016 1 commit
-
-
- 02 Mar, 2016 2 commits
-
-
Sebastian Dröge authored
This reverts commit 06157943. deinterlace was ported at some point in the last 4 years and has better video format support, and especially better negotiation than avdeinterlace. Having avdeinterlace but not deinterlace causes various problems in zerocopy scenarios. https://bugzilla.gnome.org/show_bug.cgi?id=760553
-
Sebastian Dröge authored
-
- 01 Mar, 2016 3 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Tom Deseyn authored
Fixes 100% cpu usage when client disconnects. Commit 6db2ee56 would just make multisocketsink ignore reads of 0 bytes without removing the client, so we'd get woken up over and over again for the client. Fix the original issue differently by handling the non-fatal error code. https://bugzilla.gnome.org/show_bug.cgi?id=761257 https://bugzilla.gnome.org/show_bug.cgi?id=743834
-
- 27 Feb, 2016 1 commit
-
-
- 26 Feb, 2016 7 commits
-
-
-
-
Lim Siew Hoon authored
They are converted into <para></para> by gtk-doc... https://bugzilla.gnome.org/show_bug.cgi?id=762674
-
Sebastian Dröge authored
From b64f03f to 6f2d209
-
Tim-Philipp Müller authored
They have been replaced by "audio-type" and "bitrate-type". https://bugzilla.gnome.org/show_bug.cgi?id=756282
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Hook into build system after moving history. https://bugzilla.gnome.org/show_bug.cgi?id=756282
-
- 25 Feb, 2016 6 commits
-
-
Tim-Philipp Müller authored
Move Opus decoder and encoder from -bad to -base. https://bugzilla.gnome.org/show_bug.cgi?id=756282
-
Tim-Philipp Müller authored
< and > are composed with shift + something else on many keyboards layouts, so don't work well when injecting them via windowing systems which will send them as shift key press and separate other key, and we the don't combine that to < or > properly. n/b are easier.
-
Sebastian Dröge authored
Fixes build now that the shader enum GType has moved to a different file.
-
Sebastian Dröge authored
That happens automatically already anyway.
-
Tim-Philipp Müller authored
-
Luis de Bethencourt authored
Base class type name should not reference libvisual since not all child elements use this. This was an oversight when merging audiovisualizers into a common base class.
-
- 24 Feb, 2016 2 commits
-
-
Wim Taymans authored
Make sure we allocated enough extra space in the error buffer to store the feedback error.
-
Wim Taymans authored
Use the current (intermediate) format to decide how to set up dithering instead of the input format.
-
- 23 Feb, 2016 2 commits
-
-
Sebastian Dröge authored
-
Edward Hervey authored
This reverts commit 62053852. The issue that the patch fixes is only noticeable when using decodebin3, which isn't yet in master.
-
- 22 Feb, 2016 1 commit
-
-
Adam Miartus authored
ID3v2 features the TPE3 info frame, which contains information about the conductor. https://bugzilla.gnome.org/show_bug.cgi?id=762451
-
- 20 Feb, 2016 2 commits
-
-
Tim-Philipp Müller authored
libgstreamer currently exports some debug category symbols GST_CAT_*, but those are not declared in any public headers. Some plugins and libgstvideo just use GST_DEBUG_CATEGORY_EXTERN() to declare and use those, but that's just not right at all, and it won't work on Windows with MSVC. Instead look up the categories via the API.
-
Tim-Philipp Müller authored
This hasn't been touched for generations, doesn't work, and is just causing confusion. We also don't want to maintain these files manually.
-
- 19 Feb, 2016 3 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 18 Feb, 2016 1 commit
-
-
Julien Isorce authored
Currently the .la path is provided which requires to use libtool as mentioned in the GStreamer manual section-helloworld-compilerun.html. It is fine as long as the application is built using libtool. So currently it is not possible to compile a GStreamer application within gst-uninstalled with CMake or other build system different than autotools. This patch allows to do the following in gst-uninstalled env: gcc test.c -o test $(pkg-config --cflags --libs gstreamer-1.0 \ gstreamer-video-1.0) Previously it required to prepend libtool --mode=link https://bugzilla.gnome.org/show_bug.cgi?id=720778
-
- 17 Feb, 2016 2 commits
-
-
Reynaldo H. Verdejo Pinochet authored
Avoids some false positives leading to miss identification: * Prevent picture start code emulation for the first 2 bytes read * Add check for valid "picture coding type" and "PB-frames mode" combination Additionally, change name on confusingly named TR var to what it is, the layer's PTYPE. https://bugzilla.gnome.org/show_bug.cgi?id=693263
-
Vineeth T M authored
When getting caps of the decode chain, in get_topology, the caps are being checked if fixed or not. But get_topology will be called when the decode is chain is being exposed and hence it will always be fixed. Hence removing the check for fixed caps. Removing gst_pad_get_current_caps for the chain->pad, as get_pad_caps will again call the same api. And get_topology can return NULL value if currently shutting down the pipeline, which on being passed to create message will result in assertion error. Check if topology is valid before using it https://bugzilla.gnome.org/show_bug.cgi?id=755918
-
- 16 Feb, 2016 1 commit
-
-
Havard Graff authored
Because audio-enumtypes.h needs to be available for gstrtpbaseaudiopayload.c https://bugzilla.gnome.org/show_bug.cgi?id=761949
-
- 15 Feb, 2016 1 commit
-
-
Sebastian Dröge authored
-