[Bug 765314] player: Add way to override HTTP (+RTSP, etc) user agent

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jul 25 07:18:10 UTC 2016


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

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

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

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

::: gst-libs/gst/player/gstplayer.c
@@ +2540,3 @@
+  if (user_agent) {
+    if (g_object_class_find_property (G_OBJECT_GET_CLASS (source),
+            "user-agent")) {

You should check if it actually takes a string :)

@@ +4141,3 @@
+ *
+ * Returns: %TRUE when the configuration could be set.
+ * Since 1.12

Since: with colon, and this seems like it will go into 1.10 ;)

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