- Feb 25, 2014
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
The g_assert() might get compiled out with the right compiler/preprocessor flags.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Fixes build failure caused by compiler warning: test-cgroups.c:82:35: error: no previous prototype for ‘gst_rtsp_cgroup_pool_get_type’ [-Werror=missing-prototypes]
-
- Feb 21, 2014
-
-
Tim-Philipp Müller authored
-
- Feb 18, 2014
-
-
If client supplied a range check if the range specifies the start point. If not, then do an accurate seek to the current position. If a start point was specified do do a key unit seek to make sure the streaming starts with decodeable frames. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=724611
-
Set ttl-mc before adding the socket. Otherwise the value ttl-mc will never be set on socket. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=724531
-
in gst_rtsp_media_prepare() the thread is not used if media is already prepared (e.g. media shared) so we want to stop the thread. otherwise, a leak occurs. https://bugzilla.gnome.org/show_bug.cgi?id=724182
-
- Feb 09, 2014
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This reverts commit 099a10f6. Let us require 1.2.3 now, which is going to be released in a few minutes.
-
- Feb 07, 2014
-
-
Wim Taymans authored
Ignore streams that can't generate RTP-Info instead of failing. Don't return the empty string when all streams are unconfigured but return NULL so that we don't generate and empty RTP-Info header. Improve docs a little.
-
- Feb 06, 2014
-
-
Wim Taymans authored
Only set the keyframe flag when we modify the start position. The keyframe flag should probably be ignored when no change is requested but until we can claim this is all documented properly and all demuxer implement this, avoid setting the flag. See also https://bugzilla.gnome.org/show_bug.cgi?id=723075
-
- Feb 04, 2014
-
-
Wim Taymans authored
-
Wim Taymans authored
Use a fallback when the payloader does not have a stats property Fixes https://bugzilla.gnome.org/show_bug.cgi?id=723554
-
- Jan 30, 2014
-
-
Edward Hervey authored
From f7bc1c3 to 1a07da9
-
- Jan 28, 2014
-
-
Wim Taymans authored
Don't leak the stats structure and deal with NULL stats.
-
- Jan 27, 2014
- Jan 21, 2014
-
-
Wim Taymans authored
Make functions to set the target state and the pipeline state and emit the signals from those functions.
-
-
- Jan 12, 2014
-
-
Tim-Philipp Müller authored
Until 1.2.3 is out with the new get_type function and we can require that.
-
- Jan 07, 2014
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Delegate the check if a transport is allowed to the stream. See https://bugzilla.gnome.org/show_bug.cgi?id=720696
-
Wim Taymans authored
Add a method to check if a transport is supported
-
- Dec 27, 2013
-
-
Sebastian Dröge authored
We include check in gstreamer-check since quite some time now.
-
- Dec 26, 2013
-
-
Wim Taymans authored
And use it to correct the rtptime to the requested start-time. See https://bugzilla.gnome.org/show_bug.cgi?id=712198
-
Wim Taymans authored
-
Wim Taymans authored
Return the running-time in the rtpinfo as well.
-
Wim Taymans authored
Add method to create the RTPInfo for a stream-transport. Add method to create the RTPInfo for all stream-transports in a session-media. Use the session-media RTPInfo code in client. This allows us to refactor another method to link the TCP callbacks.
-
* gst/rtsp-server/rtsp-mount-points.c (gst_rtsp_mount_points_remove_factory): sort sequence if dirty, otherwise lookup will fail. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=720855
-