[Bug 701681] [regression] NASA HLS stream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 23 09:36:29 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=701681
  GStreamer | gst-plugins-bad | git

--- Comment #21 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-07-23 16:36:24 UTC ---
> ::: gst/gstquery.c
> @@ +1459,3 @@
> +  if (uri)
> +    *uri = g_value_dup_string (gst_structure_id_get_value (structure,
> +            GST_QUARK (URI_REDIRECTION)));
> 
> I think this might give assertions if there is no uri-redirection field. You
> might need to check if gst_structure_id_get_value() returns NULL

You should be able to replace this entire if (uri) block with just:

  gst_structure_id_get (structure, GST_QUARK (URI_REDIRECTION), uri, NULL);

-- 
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