Hi All,<br><br>I have question about "appsrc".<br>Rread the docs, and looked at examples here:<br><a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tests/examples/app">http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tests/examples/app</a><br>
<br>I have a python application using python gstreamer.<br><br>And I have a separate C application that reads raw rgb frames from a camera.<br><br>How do i hook the two apps together so the camera can act as a video source?<br>
<br>Is "appsrc" suited for this job?<br><br>Is it possible to send frames to appsrc? Examples do not show this.<br><br>Another big issue is how to attach the appsrc element to a pipeline created in another program?<br>
<br>Thanks,<br>Bert Douglas<br><br><br><br>