GNOME Bugzilla – Bug 748769
Allow setting user_agent
Last modified: 2015-05-15 16:29:24 UTC
Created attachment 302734 [details] [review] Expose user agent and allow it to be set. Patch to allow setting the user_agent when using gstreamer playbin plugin.
Is there something missing from that patch?
Created attachment 302762 [details] [review] Enable setting the user_agent on the underlying gst element
I don't think so. I just took over ownership and this was one of the patches we had. It seems to just expose setting the user_agent on the underlying GST element.
Ah, the second part was missing. In the first version there was no actual setting of the user agent
Created attachment 303182 [details] [review] renderer-gst: Enable setting the user_agent Setting the user_agent on the underlying gst element Including modifications to use the user-agent in HEAD requests as well to be consistent.
Aron, can you check this patch whether that will also work with your use-case? I see a potential issue if the user-agent is set very late and before av-transport creates the session.
That should work fine for our use-case. We can init the value early.
Attachment 303182 [details] pushed as 1b0229d - renderer-gst: Enable setting the user_agent