[Bug 623789] [souphttpsrc/playbin2] setting http timeout is ineffective

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 20 09:37:19 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=623789
  GStreamer | gst-plugins-good | 0.10.23

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
   Target Milestone|HEAD                        |NONE

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-04-20 16:37:14 UTC ---
To be sure, the right time/way to set such properties on the source in playbin2
is:

 - use the "source-setup" signal (new in the upcoming -base release, 0.10.33,
and git)

 - use the "notify::source" signal and then

       g_object_get(playbin, "source", &src, NULL)

   in the notify callback where you can also set properties
   like this then (don't forget to unref src afterwards).

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