mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
gst-launch: Remove unref that should not be there
We keep a reference to the context around all the time. https://bugzilla.gnome.org/show_bug.cgi?id=701985
This commit is contained in:
parent
b7ad14984b
commit
ff47fe72ab
1 changed files with 0 additions and 1 deletions
|
@ -922,7 +922,6 @@ bus_sync_handler (GstBus * bus, GstMessage * message, gpointer data)
|
|||
s1 = gst_context_get_structure (context_new);
|
||||
s2 = gst_context_writable_structure (context);
|
||||
gst_structure_foreach (s1, merge_structures, s2);
|
||||
gst_context_unref (context);
|
||||
} else {
|
||||
/* Copy over the context */
|
||||
gst_context_replace (&context, context_new);
|
||||
|
|
Loading…
Reference in a new issue