- 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
-
- Dec 22, 2013
-
-
Tim-Philipp Müller authored
To match git module name and avoid confusion with the rtsp lib in gst-plugins-base and rtsp plugin in -good.
-
Tim-Philipp Müller authored
Bump to released stable version and make implicit requirements explicit.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
From dbedaa0 to d48bed3
-
- Dec 19, 2013
-
-
gst/rtsp-server/rtsp-media.[ch]: added setup_sdp vmethod and public gst_rtsp_media_setup_sdp. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=720155
-
Edward Hervey authored
streamid is only valid if sscanf matched something.
-
Edward Hervey authored
Wouldn't even enter the code block otherwise (i++ was used as the check and not the postfix).
-
- Dec 18, 2013
-
-
Wim Taymans authored
Implement a vmethod that can be used to configure the media and the streams based on the current context. Handle the blocksize handling in the default handler. See https://bugzilla.gnome.org/show_bug.cgi?id=720667
-
- Dec 12, 2013
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Not mini objects though, since they are not subclassable anyway, nor kept on the stack or inlined in a structure.
-