analogue of gst-launch with caps

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

analogue of gst-launch with caps

Mehta, Neel

Hi.

 

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.

 

Thanks in advance.

 

Regards,

Neel.

 


------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: analogue of gst-launch with caps

Tim-Philipp Müller-2
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



------------------------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: analogue of gst-launch with caps

Tim-Philipp Müller-2
In reply to this post by Mehta, Neel
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



------------------------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel