- Jan 17, 2019
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
- Jan 16, 2019
-
-
Sebastian Dröge authored
Binding the vertex array to 0 will unbind everything else already. In the previous order older versions of the Intel GL driver caused errors to be printed for every single call when disabling the vertex attrib arrays after binding the vertex array to 0.
-
Tim-Philipp Müller authored
-
- Jan 14, 2019
-
-
The GstRTSPSrcTimeout message is sent by the rtspsrc when it receives the on-timeout signal from rtpsession. This can be used by an application for error handling. gstreamer/gst-plugins-good#499
-
- Jan 13, 2019
-
-
And store it in our ENCODER tag.
-
And also add a property for setting this. By default it has the same value as the metadatacreator metadata. Various software is using encoder instead of metadatacreator, others are using them both for different purposes. As such it's useful to have support for setting both here.
-
- Jan 10, 2019
-
-
This is needed as a precursor to allowing capture of IEC61937 formats. We now also need to include the channel map while converting format info to caps so that a correct channel mask is generated for pulsesrc's caps.
-
- Jan 09, 2019
-
-
-
The existing frame's last slice is too small to be used for fragmentation tests.
-
-
Commit e721071d removed the check for the end of fragmentation. As a result, all fragments of an AU's last NALU were marked.
-
Commit 4add820c removed the check for the end of fragmentation. As a result, all fragments of an AU's last NALU were marked. Potential fix for gstreamer/gst-plugins-good#540
-
Sebastian Dröge authored
We don't need a special signal anymore but can directly work with async-done
-
Sebastian Dröge authored
Blocking in change_state() is a recipe for disaster, even more so if we wait for another thread that also calls into various element API and could then lead to deadlocks on e.g. the state lock.
-
- Jan 07, 2019
-
-
Marc-André Lureau authored
PA_INVALID_INDEX, the default value, is unfortunately !0. Setting the volume before the stream is created will put the ring buffer in error state. Unfortunately, that's what spice-gtk does.
-
- Jan 02, 2019
-
-
-
-
EA608 closed caption tracks are a bit special in that each sample can contain CCs for multiple frames, and CCs can be omitted and have to be inferred from the duration of the sample then. As such we take the framerate from the (first) video track here for CEA608 as there must be one CC byte pair for every video frame according to the spec. For CEA708 all is fine and there is one sample per frame.
-
- Dec 30, 2018
-
-
Seungha Yang authored
-
Seungha Yang authored
-
- Dec 26, 2018
-
-
Seungha Yang authored
Don't forget to free returned memory from _search_pos()
-
- Dec 25, 2018
-
-
Tim-Philipp Müller authored
Fixes make distcheck.
-
Tim-Philipp Müller authored
Fixes gstreamer/gst-plugins-bad#457
-
-
- Dec 22, 2018
-
-
The duration field being a uint64, is stored in 8 bytes, not 4. So the offset of the following field, language code, needs to be updated accordingly so that the parsed language code is not garbage.
-
- Dec 21, 2018
-
-
Juan Navarro authored
The documentation of "port-range" implies that passing NULL should be valid, but currently it is not. Without this check, the sscanf() call will crash.
-
- Dec 20, 2018
-
-
This reverts commit dcd3ce97. This functionality was implemented for gstopenwebrtc, but it turned out this was not actually needed for webrtc bundling support, as shown in webrtcbin. It also doesn't correspond to any standards. This is an API break, but nothing should actually depend on this, at least not for its initial purpose. Changes in rtpbin.c were reverted manually, to preserve some refactoring that had occurred in the original commit. Fixes #537
-
- Dec 19, 2018
-
-
Nicolas Dufresne authored
We can't assume a buffer that has been pushed in the adapter is still valid. This fixes a use after free detect when running test on jenkins.
-
Bus message handler of tags checking unit test uses gst_message_parse_error() in case of GST_MESSAGE_ERROR and GST_MESAGE_WARNING. If gst_message_parse_error() is called in case of GST_MESSAGE_WARNING, assert occurs. So modified to use gst_message_parse_warning() in case of GST_MESSAGE_WARNING.
-
Nicolas Dufresne authored
-
- Dec 18, 2018
-
-
Nicolas Dufresne authored
This copy and port all the relevant tests from rtph264.
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
In AU mode, the depayloader may have accumulated NALs, test that these NALs are drained and not dropped.
-
Nicolas Dufresne authored
Test that marker bit is transferred when input buffer has the marker flag set but also that it's set whenever the payloader receives complete AU.
-
Nicolas Dufresne authored
This test make sure that timestamps are properly transfered to each NALU.
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
This is the same as what was done on rtph264pay in the patch d5d28055
-
Nicolas Dufresne authored
-