Xilinx / gst-omx

GNU Lesser General Public License v2.1
6 stars 8 forks source link

Support : insert tee element in-between uridecodebin #1

Open dhavalr opened 6 years ago

dhavalr commented 6 years ago

Hi,

I am debugging one streaming issue where gstreamer application uses 'uridecodebin' to decode the stream-in source and then display it. Here i am doing loop-playback at every 5 second(start pipeline and then stop the pipeline), after some iterations i am getting hang while decoding. So, want to take dump of the stream-in source before it get decoded by uridecodebin. Now to take dump i want to insert 'tee' element in-between caps-filter and omxh264dec elements which are extracted internally by uridecodebin. is there any way to do so ? please suggest.

Thanks & Regards, Dhaval