Hi all,
I have writen an mp3 decoder using ffmpeg library. It gives me messages like 'segment->format=format' failed.
Though the chain
gst-launch-0.10 gnomevfssrc location=test.mp3 ! Mp3Dec ! audioconvert ! audioresample ! volume ! alsasink works fine.
I have derived my classe from GstBaseTransform.
Can anybody pls help me.
Regards,
Pankaj
$ gst-launch-0.10 playbin uri=file://test.mp3 Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: audioclock0
(gst-launch-0.10:14587): GStreamer-CRITICAL **: gst_segment_clip: assertion `segment->format == format' failed
(gst-launch-0.10:14587): GStreamer-CRITICAL **: gst_segment_clip: assertion `segment->format == format' failed
(gst-launch-0.10:14587): GStreamer-CRITICAL **: gst_segment_clip: assertion `segment->format == format' failed
(gst-launch-0.10:14587): GStreamer-CRITICAL **: gst_segment_clip: assertion `segment->format == format' failed
(gst-launch-0.10:14587): GStreamer-CRITICAL **: gst_segment_clip: assertion `segment->format == format' failed
|