[Bug 684981] Pipeline hangs on PREROLLING negotiating caps
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Sep 28 08:12:57 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=684981
GStreamer | gstreamer (core) | 1.0.0
--- Comment #4 from Andre Moreira Magalhaes <andrunko at gmail.com> 2012-09-28 15:12:55 UTC ---
(In reply to comment #3)
> I'm wondering if it shouldn't be:
>
> diff --git a/gst/gstvalue.c b/gst/gstvalue.c
> index 80c59fe..de9fa06 100644
> --- a/gst/gstvalue.c
> +++ b/gst/gstvalue.c
> @@ -3498,7 +3498,7 @@ gst_value_intersect_list (GValue * dest, const GValue *
> value1,
>
> gst_value_init_and_copy (&temp, dest);
> g_value_unset (dest);
> - gst_value_list_concat (dest, &temp, &intersection);
> + gst_value_list_merge (dest, &temp, &intersection);
> g_value_unset (&temp);
> }
> g_value_unset (&intersection);
>
> which avoids duplicates in dest.
Test here and it works with both this patch or my patch from comment #1.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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