[gst-devel] analogue of gst-launch with caps
Tim-Philipp Müller
t.i.m at zen.co.uk
Fri Jul 3 13:31:34 CEST 2009
On Thu, 2009-07-02 at 17:52 +0530, Mehta, Neel wrote:
> Can anyone suggest a substitute of gst_parse_launch (string, NULL), so
> that I have the negotiated caps as the part of the output.
>
> i.e. I want an analogue of gst-launch-0.10 –v.
A quick look at gst-launch.c reveals that -v boils down to:
g_signal_connect (pipeline, "deep-notify",
G_CALLBACK (gst_object_default_deep_notify), NULL);
Cheers
-Tim
More information about the gstreamer-devel
mailing list