appsrc test pipeline
pavel
justason at mail.ru
Tue Jul 2 22:40:37 PDT 2013
Hello,
gstreamer v. is 0.10
I'm trying to test a part of a complex gstreamer pipeline:
... [appsrc - TSMux - filesink]
g_signal_connect (data->app_source, "need-data", G_CALLBACK (start_feed),
data);
Connecting "need-data" signal to the appsrc doesn't make it to fire
start_feed function. Looks like the subsequent components does not need
data.
The start_feed function is not fired at all.
Qestion: How to make downstream components (TSMux and filesink) to request
data?
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/appsrc-test-pipeline-tp4660872.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list