How to make a C Application Output Verbose (equivalent of gst-launch -v)

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

How to make a C Application Output Verbose (equivalent of gst-launch -v)

william.l.metcalf
Hello all,

I have been running a pipeline from command line with the -v option in
order to print out caps information, and so that an identity element
will print out timestamps.  I am now trying to accomplish the same thing
in a C application, but I cannot figure out how.  I am having trouble
with audio and video being out of sink, and to fix the problem to need
to be able to view the timestamps from my C Gstreamer Application.  
Could someone please tell me what the equivalent of the -v option would
be inside of my application?

Thank you,
William
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

[GST-DEVEL]How to make a C Application Output Verbose (equivalent of gst-launch -v)

Wes Miller
Administrator

This is essemtially what -v does for you.

handle = g_signal_connect( pipeline, "deep-notify", G_CALLBACK(
gst_object_default_deep_notify ), NULL );



Wes








>


CONFIDENTIALITY NOTE:

This e-mail and any attachments are confidential. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please notify us immediately by returning it to the sender and delete this copy from your system. Thank you for your cooperation.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How to make a C Application Output Verbose (equivalent of gst-launch -v)

william.l.metcalf
That did the trick.  Thank you very much.

William

On 8/16/2011 3:07 PM, Wesley J. Miller wrote:

> This is essemtially what -v does for you.
>
> handle = g_signal_connect( pipeline, "deep-notify", G_CALLBACK(
> gst_object_default_deep_notify ), NULL );
>
>
>
> Wes
>
>
>
>
>
>
>
>
>
> CONFIDENTIALITY NOTE:
>
> This e-mail and any attachments are confidential. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please notify us immediately by returning it to the sender and delete this copy from your system. Thank you for your cooperation.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel