GNOME Bugzilla – Bug 681260
Add source-setup signal to GstDiscoverer
Last modified: 2012-08-06 12:43:22 UTC
That would allow one to use GstDiscoverer with wide variety of URIs (such as appsrc://) that require special setup for their corresponding sources.
Created attachment 220404 [details] [review] source-setup signal for GstDiscoverer
Review of attachment 220404 [details] [review]: Looks good except: ::: gst-libs/gst/pbutils/gstdiscoverer.c @@ +262,3 @@ + * thread. + * + * Since: X.XX.XX Just remove the Since marker here @@ +544,3 @@ + GstElement *src; + /* get a handle to the source */ + g_object_get (uridecodebin, pspec->name, &src, NULL); You have to unref src after usage, otherwise you leak it
Created attachment 220428 [details] [review] source-setup signal for GstDiscoverer (fixed)
commit 8f33ad80d0ae70c700a667b7ab08cc4ccd157232 Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Mon Aug 6 15:23:51 2012 +0400 discoverer: Add source-setup signal for GstDiscoverer https://bugzilla.gnome.org/show_bug.cgi?id=681260