- May 21, 2014
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
From 211fa5f to 1f5d3c3
-
Sebastian Dröge authored
-
Sebastian Dröge authored
libs/video.c:540:50: error: comparison of constant 2 with boolean expression is always false [-Werror,-Wtautological-constant-out-of-range-compare] && !GST_VIDEO_INFO_N_PLANES (&vinfo) > 2) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
-
- May 20, 2014
-
-
Wim Taymans authored
Comment in the docs what the client_port and server_port fields are used for in TCP mode (if the application wants to set those values).
-
With lots of shared memory instances (e.g. created by a RTP payloader) the overhead of duplicating the file descriptor and creating extra mappings is significant. To avoid this, the parent memory maps the whole region and the shared copies just reuse the same mapping. https://bugzilla.gnome.org/show_bug.cgi?id=730441
-
Add a read source on write socket when lost tunnel. To be able to detect when clint closes get channel. This is already done in gst_rtsp_source_dispatch_write but only when the queue is empty. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=730368
-
Sebastian Dröge authored
Otherwise we might end up inside the callback without having stored the probe id... then try to remove that probe (not!) from the callback and wait forever for the pad to unblock.
-
- May 19, 2014
-
-
Vincent Penquerc'h authored
The error we get is a negated errno. While there, fix a couple typos in messages.
-
Sebastian Dröge authored
-
- May 13, 2014
-
-
Edward Hervey authored
By re-using the uri argument for storing local data, we could end up in a situation where we would free uri ... which would actually be the string passed in argument. Instead explicitely use a local variable. Fixes double-free issues. CID #1212176
-
- May 12, 2014
-
-
Nicolas Dufresne authored
gst_video_info_is_equal() was not checking if stride and offset had changed. https://bugzilla.gnome.org/show_bug.cgi?id=729896
-
Edward Hervey authored
While it wouldn't have caused any failures (g_list_remove doesn't dereference the provided pointer), it does make the code cleaner. CID #1212174
-
Edward Hervey authored
This function is intented to replace the payload, let's actually do that instead of putting back the same (freed) payload CID #1212175
-
Edward Hervey authored
CID #1212135 CID #1212136 CID #1212137 CID #1212138
-
- May 10, 2014
-
-
Thibault Saunier authored
It does not makes sense and asserts
-
- May 09, 2014
-
-
Tim-Philipp Müller authored
CID 1212133
-
Reset control_stream when gst_rtsp_connection_close. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=729632
-
- May 08, 2014
-
-
Nicolas Dufresne authored
Buffer pool set_config() may return FALSE if requested configuration needed small changes. Reget the config and try setting it again. This ensure we have a configured pool if possible.
-
Wim Taymans authored
Use the new downloadbuffer element to implement the download buffering feature Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680183
-
- May 06, 2014
-
-
Luis de Bethencourt authored
If gst_ogg_mux_queue_pads returns NULL it means we are at EOS, because we get a NULL buffer and this function never sets bestpad. https://bugzilla.gnome.org/show_bug.cgi?id=729315
-
Tim-Philipp Müller authored
playbin's buffer-size property takes a gint, not a gint64, so only pass the bits expected to the vararg function, or the terminator might not be found, leading to crashes, esp. with negative numbers. Spotted by Ravi Kiran K N <ravi.kiran@samsung.com> https://bugzilla.gnome.org/show_bug.cgi?id=729617
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
This reverts commit 07a637e2.
-
Luis de Bethencourt authored
commit 622007e7 added the function gst_discoverer_info_get_missing_elements_installer_details (). It needs to be added to the defs file.
-
- May 05, 2014
-
-
Needed for getsockname and setsockopt https://bugzilla.gnome.org/show_bug.cgi?id=729514
-
- May 04, 2014
-
-
Don't be content with just X11/Xlib.h, check for X11/XKBlib.h as well. This prevents false positives (for example, from partial X11 headers installed by tcl/tk). https://bugzilla.gnome.org/show_bug.cgi?id=729513
-
Tim-Philipp Müller authored
-
- May 03, 2014
-
-
Currently the API is far from optimal and the user has to work around our badly defined API to simply install missing plugins. API: new: gst_discoverer_info_get_missing_elements_installer_details deprecated: gst_discoverer_info_get_misc gst_discoverer_stream_info_get_misc https://bugzilla.gnome.org/show_bug.cgi?id=720596
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Implement the reconfigure event, also do correct downstream caps negotiation if the subclass doesn't implementy set_caps. https://bugzilla.gnome.org/show_bug.cgi?id=725361
-