Send data buffers over 2 pipelines

Topilski atopilski at gmail.com
Mon Aug 15 14:23:32 UTC 2016


Good day, i try to send buffers from one pipeline to other.
I use next code for this:
GstBuffer* buff = gst_buffer_copy_deep(buffer);
GST_BUFFER_DTS(buff) = 1;
GST_BUFFER_TIMESTAMP(buff) = timestamp;
GstFlowReturn ret = gst_pad_push(origin_->probe_in->pad(), buff);
CHECK(ret == GST_FLOW_OK);

the copied buffers recevied on second pipeline but output video is freezed.
How can i send data form one pipeline to other?



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Send-data-buffers-over-2-pipelines-tp4679091.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list