[Bug 701681] [regression] NASA HLS stream

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


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #249896|none                        |reviewed
             status|                            |

--- Comment #20 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-07-23 16:23:09 UTC ---
Review of attachment 249896:
 --> (https://bugzilla.gnome.org/review?bug=701681&attachment=249896)

::: gst/gstquark.c
@@ +69,3 @@
   "GstEventStreamStart", "stream-id", "GstEventContext", "GstQueryContext",
+  "GstMessageNeedContext", "GstMessageHaveContext", "context",
"context-types",
+  "uri-redirection"

You'll need to rebase that against git master, but just do that before you push
;)

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

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