gst +cheese

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

gst +cheese

Anu Gopalakrishnan


Hi, I am trying to include one more video editing feature in cheese. For that I wanted to use appsink method and capture video content from buffer edit it and push it back to stream.


I have studied the example code of appsink-src and wrote something very similar. but I am not able to generate the "new-buffer" signal .
   g_signal_connect (priv->video_save_bin, "new-buffer",
        G_CALLBACK (on_new_buffer_from_source), data);

I am not able to tell the pipeline to generate this signal. I quite new to gstreamer, can someone help me out. Please.
Anu






 

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst +cheese

Sudarshan Bisht
Did u make emit-signal property TRUE in appsink  ?

On Tue, Aug 18, 2009 at 6:27 AM, Anu Gopalakrishnan <[hidden email]> wrote:


Hi, I am trying to include one more video editing feature in cheese. For that I wanted to use appsink method and capture video content from buffer edit it and push it back to stream.


I have studied the example code of appsink-src and wrote something very similar. but I am not able to generate the "new-buffer" signal .
   g_signal_connect (priv->video_save_bin, "new-buffer",
        G_CALLBACK (on_new_buffer_from_source), data);

I am not able to tell the pipeline to generate this signal. I quite new to gstreamer, can someone help me out. Please.
Anu






 

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel