- Nov 09, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Nov 07, 2013
- Nov 01, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Added new functions gst_rtsp_connection_set_tls_validation_flags() to allow setting the TLS certificate validation flags when establishing a TLS connection. A getter is also available, gst_rtsp_connection_get_tls_validation_flags(). https://bugzilla.gnome.org/show_bug.cgi?id=711231
-
- Oct 30, 2013
-
-
When the frame buffer is NV12 the borders are not added at all, fix that and fill them to black. https://bugzilla.gnome.org/show_bug.cgi?id=711003
-
- Oct 15, 2013
-
-
-
-
Fixes extra streams for some mp4 files containing aac audio.
-
We're checking the caps to see if we got more caps details after a parser got plugged. This will also have a flipped 'parsed' field. If the field was already present before the parse the match will fail. Add a function that will do the check while excluding this field.
-
- Oct 13, 2013
- Oct 10, 2013
-
-
gst_audio_ring_buffer_set_channel_positions() checks whether the given positions are identical with the current setup and returns immediately if so. But it also clears need_reorder flag before this comparison, thus this flag might be wrongly cleared if the function is called twice with the same channel positions. Move the flag clearance after the check. https://bugzilla.gnome.org/show_bug.cgi?id=709754
-
fps_n and _d values can be large and this can overflow a uint. Also fix copy'n'paste mistake in comments.
-
and only use the input buffer as temporary buffer in that case. https://bugzilla.gnome.org/show_bug.cgi?id=709408
-
Sebastian Dröge authored
playsink: If the visualisation is changing and reconfiguration is pending, do it all during reconfiguration Otherwise we will have two pad blocks that want to use the same mutex and block each other via the streamlock. https://bugzilla.gnome.org/show_bug.cgi?id=709210
-
- Oct 08, 2013
-
-
Thiago Santos authored
Improve test by checking that timestamps are decreasing
-
-
Thiago Santos authored
Decrement the n_frames counter when doing reverse playback to have timestamps and offsets reducing instead of increasing https://bugzilla.gnome.org/show_bug.cgi?id=701813
-
- Oct 04, 2013
-
-
If a pipeline fails to preroll, it might happen that the sinks are put into READY state from playbin's sink activation, but they are never set to playsink, so they aren't being managed by a GstBin and will keep their READY state until they are unreffed, leading to a warning. Prevent this by always forcing them to NULL when deactivating a group https://bugzilla.gnome.org/show_bug.cgi?id=708789
-
Hans Månsson authored
Reference: https://bugzilla.gnome.org/show_bug.cgi?id=708880
-
- Sep 30, 2013
- Sep 25, 2013
- Sep 24, 2013
-
-
watch->input_stream and watch->output_stream are owned by the GIOStream and should be unset after freeing the stream. https://bugzilla.gnome.org/show_bug.cgi?id=708689
-
Tim-Philipp Müller authored
From 6b03ba7 to 7412249
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
-
Creating a GSource and not attaching it to a context will cause a leak of it's child sources. That is why we create writesrc right before attaching it to a context. https://bugzilla.gnome.org/show_bug.cgi?id=708667
-
Otherwise there would be cases where it would not send its segment out when the first collected after getting it would already yield EOS. https://bugzilla.gnome.org/show_bug.cgi?id=708590
-
- Sep 23, 2013
-
-
Wim Taymans authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=708606
-
- Sep 21, 2013
-
-
Wim Taymans authored
-
- Sep 20, 2013
-
-
Edward Hervey authored
From b613661 to 6b03ba7
-
- Sep 19, 2013
-
-
Tim-Philipp Müller authored
From 74a6857 to b613661
-
Tim-Philipp Müller authored
From 098c0d7 to 74a6857
-
Sebastian Dröge authored
Also #ifdef some more code paths that don't make sense without mmap. https://bugzilla.gnome.org/show_bug.cgi?id=708372
-