[Bug 775487] gstplayer: Move to playbin3 and GstStreams API

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 20 10:10:04 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=775487

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #348251|none                        |needs-work
             status|                            |

--- Comment #14 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 348251:
 --> (https://bugzilla.gnome.org/review?bug=775487&attachment=348251)

::: gst-libs/gst/player/gstplayer.c
@@ +3717,3 @@
+    ret = gst_element_send_event (self->playbin,
+        gst_event_new_select_streams (stream_list));
+    g_list_free (stream_list);

In theory, after the unlock() the audio_sid/etc could've been changed from
another thread and freed... so you need to make a copy of it for the list here

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list