Help with transcoding h264 encoded TS on raspberry pi
Stefan Simon
stefansimon8 at gmail.com
Sun Dec 15 00:26:18 PST 2013
You're right of course. I took Markus' tar-gzipped sources with configure
"pre-run". make clean, configure, make and all is good. Unfortunately I
stumbled upon a serious problem. When transcoding a stream with aspect
ratio 4:3 is interrupted with a commercial that is 16:9, the pipeline
breaks/stops:
tested with these elements
! progressreport ! tsdemux ! mpegvideoparse ! omxmpeg2videodec ! fakesink
ERROR: from element
/GstPipeline:pipeline0/GstOMXMPEG2VideoDec-omxmpeg2videodec:omxmpeg2videodec-omxmpeg2videodec0:
GStreamer error: negotiation problem.
Additional debug info:
gstvideodecoder.c(2015): gst_video_decoder_chain ():
/GstPipeline:pipeline0/GstOMXMPEG2VideoDec-omxmpeg2videodec:omxmpeg2videodec-omxmpeg2videodec0:
decoder not initialized
Execution ended after 0:03:34.668588841
Is this "works as designed" or a bug?
On Sat, Dec 14, 2013 at 5:05 PM, Sebastian Dröge
<sebastian at centricular.com>wrote:
> On Sa, 2013-12-14 at 12:16 +0100, Stefan Simon wrote:
> > Sorry for jumping on your discussion. Just found out my a52 decoder is
> > blacklisted, because
> >
> > undefined symbol: a52_frame (./libgsta52dec.so)
> > undefined symbol: a52_init (./libgsta52dec.so)
> > undefined symbol: a52_dynrng (./libgsta52dec.so)
> > undefined symbol: a52_samples (./libgsta52dec.so)
> > undefined symbol: a52_block (./libgsta52dec.so)
> > undefined symbol: a52_free (./libgsta52dec.so)
> > undefined symbol: a52_syncinfo (./libgsta52dec.so)
> >
> >
> > what am I missing?
>
> Either no liba52 installed on your system, or the plugin is not linked
> properly. Check with ldd on the libgsta52dec.so if it is linked to
> liba52, and if it can find it.
>
> --
> Sebastian Dröge, Centricular Ltd - http://www.centricular.com
> Expertise, Straight from the Source
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131215/7309446d/attachment.html>
More information about the gstreamer-devel
mailing list