- Sep 18, 2017
-
-
Sebastian Dröge authored
-
- Aug 18, 2017
-
-
- Aug 17, 2017
-
-
Tim-Philipp Müller authored
From 48a5d85 to dd9d403
-
- Jul 25, 2017
-
-
Julien Isorce authored
Commit 852cc09f assumed that multiudpsink's last-sample always comes from the payloader. Which is wrong if auxiliary streams are multiplexed in the same stream. So check the buffer's ssrc against the caps'ssrc before to use its seqnum. If not the same ssrc just use the payloader as done prior the commit above or when there is no last-sample yet. https://bugzilla.gnome.org/show_bug.cgi?id=784094
-
- Jul 14, 2017
-
-
Sebastian Dröge authored
-
- Jun 20, 2017
-
-
Sebastian Dröge authored
-
- May 04, 2017
-
-
Sebastian Dröge authored
-
- Apr 27, 2017
-
-
Sebastian Dröge authored
-
- Apr 24, 2017
-
-
Tim-Philipp Müller authored
From 60aeef6 to 48a5d85
-
- Apr 13, 2017
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Apr 10, 2017
-
-
Tim-Philipp Müller authored
From 39ac2f5 to 60aeef6
-
- Apr 07, 2017
-
-
Sebastian Dröge authored
-
- Mar 27, 2017
-
-
Tim-Philipp Müller authored
-
- Feb 27, 2017
-
-
Sebastian Dröge authored
Just the build dir is not going to work for srcdir!=builddir.
-
- Feb 24, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Feb 14, 2017
-
-
Tim-Philipp Müller authored
Ship meson build files in tarballs, so people who use tarballs in their builds can start playing with meson already.
-
- Feb 07, 2017
-
-
Jan Schmidt authored
Add an example line of how to deliver a stream to the RTSP RECORD example
-
- Jan 19, 2017
-
-
Sebastian Dröge authored
If there is no Content-Length header, no body would be allocated and the '\0' would also not be appended to the body.
-
Sebastian Dröge authored
While they logically have 0 bytes length, GstRTSPConnection is appending a '\0' to everything making the size be 1 instead.
-
- Jan 13, 2017
-
-
Tim-Philipp Müller authored
-
- Jan 12, 2017
-
-
Sebastian Dröge authored
gst_rtsp_session_is_expired() and gst_rtsp_session_next_timeout() were affected.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jan 10, 2017
-
-
This bug was accidentally introduced while fixing a segfault in _get_server_port() function. https://bugzilla.gnome.org/show_bug.cgi?id=776345
-
- Jan 09, 2017
-
-
Calling function gst_rtsp_stream_get_server_port() results in segmenation fault in the RTP/RTSP/TCP case. Port that the server will use to receive RTCP makes only sense in the UDP case, however the function should handle the TCP case in a nicer way. https://bugzilla.gnome.org/show_bug.cgi?id=776345
-
- Jan 05, 2017
-
-
Guillaume Desmottes authored
Generating those files is useful for users building the GStreamer stack using meson and having to link it to another project which is still using the autotools. https://bugzilla.gnome.org/show_bug.cgi?id=776810
-
Guillaume Desmottes authored
pcfiledir was never defined so the paths were wrong. https://bugzilla.gnome.org/show_bug.cgi?id=776867
-
- Dec 22, 2016
-
-
Make sure that the appsink element is actually added to the bin before trying to link it with the elements in it. https://bugzilla.gnome.org/show_bug.cgi?id=776343
-
- Dec 16, 2016
-
-
Tim-Philipp Müller authored
Likely extremely bitrotten, and we should not ship this anyway.
-
- Dec 03, 2016
-
-
Edward Hervey authored
From f980fd9 to 39ac2f5
-
- Dec 02, 2016
-
-
Since decryption is handled within rtpbin, all outcoming stream caps will be application/x-rtp (i.e. regular rtp) Fixes RECORD with SRTP streams
-
The function called immediately afterwards (collect_streams()) will need it to work properly
-
Sebastian Dröge authored
-
- Dec 01, 2016
-
-
Sebastian Dröge authored
We're going to put a pipeline into a pipeline otherwise, which is not exactly ideal.
-
- Nov 30, 2016
-
-
Jan Schmidt authored
Fix a warning on shutdown - don't keep a pointer to an alread-unreffed object.
-