- Mar 01, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge 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
-
- Feb 27, 2016
-
-
- Feb 26, 2016
-
-
-
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
- Feb 25, 2016
-
-
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.
-
- Feb 24, 2016
-
-
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.
-
- Feb 23, 2016
-
-
Sebastian Dröge authored
-
This reverts commit 62053852. The issue that the patch fixes is only noticeable when using decodebin3, which isn't yet in master.
-
- Feb 22, 2016
-
-
ID3v2 features the TPE3 info frame, which contains information about the conductor. https://bugzilla.gnome.org/show_bug.cgi?id=762451
-
- Feb 20, 2016
-
-
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.
-
- Feb 19, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Feb 18, 2016
-
-
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
-
- Feb 17, 2016
-
-
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
-
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
-
- Feb 16, 2016
-
-
Because audio-enumtypes.h needs to be available for gstrtpbaseaudiopayload.c https://bugzilla.gnome.org/show_bug.cgi?id=761949
-
- Feb 15, 2016
-
-
Sebastian Dröge authored
-
- Feb 13, 2016
-
-
- Feb 11, 2016
-
-
Wim Taymans authored
Avoid overflow in rate calculation. This can cause the resampler to start on the wrong phase after a rate change. Avoid overflow in cubic fraction calculation. This can cause noise when dealing with higher samplerates.
-
Wim Taymans authored
We were only reading 2 filter taps and we need to read 4 to do cubic interpolation.
-
- Feb 10, 2016
-
-
Wim Taymans authored
If we don't have writable memory, make sure to make a copy of the input samples into a temporary (writable) buffer, even if we are dealing with a native intermediate format that we don't need to call the unpack function for. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=761655
-
- Feb 05, 2016
-
-
Thiago Santos authored
To get the CK_DEFAULT_TIMEOUT defined for all tests. Also replaces a 120 timeout that was set. https://bugzilla.gnome.org/show_bug.cgi?id=761472
-
Thiago Santos authored
From 86e4663 to b64f03f
-
- Feb 04, 2016
-
-
In order to detect graphical user input on the textoverlay, the resulting rendering properties need to be exposed to applications. Fixes delayx property declaration. https://bugzilla.gnome.org/show_bug.cgi?id=761251
-
The current position property is limited to X,Y positions in the range of [0, 1]. This patch allows full control over the overlay position, including partially outside of the video area. https://bugzilla.gnome.org/show_bug.cgi?id=761251
-