- Mar 28, 2018
-
-
Tim-Philipp Müller authored
-
- Mar 13, 2018
-
-
Sebastian Dröge authored
This allows us to later map signals from rtpbin/rtpsource back to the corresponding stream transport, and allows to do keep-alive based on RTCP packets in case of TCP media transport. https://bugzilla.gnome.org/show_bug.cgi?id=789646
-
- Feb 23, 2018
-
-
Mathieu Duponchelle authored
-
- Feb 14, 2018
-
-
Mathieu Duponchelle authored
create_watch can only return NULL from the API guards, no need for nullable.
-
- Feb 13, 2018
-
-
Mathieu Duponchelle authored
-
- Feb 12, 2018
-
-
Mathieu Duponchelle authored
-
- Feb 06, 2018
-
-
Mathieu Duponchelle authored
The return value type is defined with G_DEFINE_POINTER_TYPE, and gi emits the following warning: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
-
Mathieu Duponchelle authored
gi doesn't seem to be able to figure out the type of the signal parameters when defined with G_DEFINE_POINTER_TYPE
-
- Jan 07, 2018
- Dec 07, 2017
-
-
Sebastian Dröge authored
-
- Dec 01, 2017
-
-
Edward Hervey authored
This reverts commit e9cbc89d.
-
The hash table priv->pipelined_requests is not unref:ed in the finalize funktion. Make sure it is. https://bugzilla.gnome.org/show_bug.cgi?id=788704
-
CID 1418985
-
- Nov 20, 2017
-
-
If we have more than one dynamic payloader in the pipeline, we need to wait until the *last* one emits 'no-more-pads' before switching to PREPARED. Failure to do so would result in a race where some of the streams wouldn't properly be prepared https://bugzilla.gnome.org/show_bug.cgi?id=769521
-
- Oct 19, 2017
-
-
Sebastian Dröge authored
The docs already mentioned this, but we actually stored it in the hash table with key==NULL and leaked its reference forever.
-
- 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.
-