Hi all,<br><br>I am playing a mpegts file using the below pipeline<br><br>gst-launch uridecodebin uri=file:///home/attherace.ts name=dec dec. ! queue ! ffmpegcolorspace ! xvimagesink dec. ! queue ! audioconvert ! alsasink<br>
<br>I get the below messages while playing :<br><br>*****************************************************************************************************************<br>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>
WARNING: from element /GstPipeline:pipeline0/GstURIDecodeBin:dec: No decoder available for type &#39;application/x-mpegts-private-section&#39;.<br>Additional debug info:<br>gsturidecodebin.c(589): unknown_type_cb (): /GstPipeline:pipeline0/GstURIDecodeBin:dec<br>
WARNING: from element /GstPipeline:pipeline0/GstURIDecodeBin:dec: No decoder available for type &#39;application/x-mpegts-private-section&#39;.<br>Additional debug info:<br>gsturidecodebin.c(589): unknown_type_cb (): /GstPipeline:pipeline0/GstURIDecodeBin:dec<br>
WARNING: from element /GstPipeline:pipeline0/GstURIDecodeBin:dec: No decoder available for type &#39;application/x-mpegts-private-section&#39;.<br>Additional debug info:<br>gsturidecodebin.c(589): unknown_type_cb (): /GstPipeline:pipeline0/GstURIDecodeBin:dec<br>
WARNING: from element /GstPipeline:pipeline0/GstURIDecodeBin:dec: No decoder available for type &#39;application/x-mpegts-private-section&#39;.<br>Additional debug info:<br>gsturidecodebin.c(589): unknown_type_cb (): /GstPipeline:pipeline0/GstURIDecodeBin:dec<br>
WARNING: from element /GstPipeline:pipeline0/GstURIDecodeBin:dec: No decoder available for type &#39;application/x-mpegts-private-section&#39;.<br>Additional debug info:<br>gsturidecodebin.c(589): unknown_type_cb (): /GstPipeline:pipeline0/GstURIDecodeBin:dec<br>
WARNING: from element /GstPipeline:pipeline0/GstURIDecodeBin:dec: No decoder available for type &#39;private/teletext&#39;.<br>Additional debug info:<br>gsturidecodebin.c(589): unknown_type_cb (): /GstPipeline:pipeline0/GstURIDecodeBin:dec<br>
Pipeline is PREROLLED ...<br>Setting pipeline to PLAYING ...<br>New clock: GstAudioSinkClock<br>WARNING: from element /GstPipeline:pipeline0: Internal GStreamer error: clock problem.&nbsp; Please file a bug at <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</a>.<br>
Additional debug info:<br>gstbin.c(2240): gst_bin_do_latency_func (): /GstPipeline:pipeline0:<br>Failed to configure latency of 0:00:00.000000000<br>Got EOS from element &quot;pipeline0&quot;.<br>Execution ended after 13361999530 ns.<br>
Setting pipeline to PAUSED ...<br>Setting pipeline to READY ...<br>Setting pipeline to NULL ...<br>FREEING pipeline ...<br>*********************************************************************************************************************************<br>
<br>Could some one tell me how to handle streams with <br>1. application/x-mpegts-private-section and<br>2. private/teletext<br><br><br>I also want to know what changes do I need to make in my application to handle such streams.<br>
<br>Thanks<br>