application using appsrc

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

application using appsrc

Irfan Shaikh-2
application using appsrc

Hi all,

       I have written an application which reads an Jpeg file in application and sends the same to gstreamer plugin using APPSRC in a loop.
I have a doubt why the appsrc chain fucntion is being called so many times and filesink is called only at end once, However jpeg file dumped is as expected.
I had a understanding all the plugin elements run sequentially. (Refer appsrc.c)

Following is the log

gstappsrc.c      gst_app_src_push_buffer         1408 size of the BUFFER =  33297
gstappsrc.c      gst_app_src_push_buffer         1408 size of the BUFFER =  33297
.
.
.
gstappsrc.c      gst_app_src_push_buffer         1408 size of the BUFFER =  33297
gstappsrc.c      gst_app_src_push_buffer         1408 size of the BUFFER =  33297
gstfilesink.c    gst_file_sink_render    646 FILESINK : writing data of size = 33297               //FILESINK Chain called only at end





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

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

appsrc.c (2K) Download Attachment