<div dir="ltr"><div>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:<br>
<br></div>tested with these elements<br><br>! progressreport ! tsdemux ! mpegvideoparse ! omxmpeg2videodec ! fakesink<br><div><br>ERROR: from element /GstPipeline:pipeline0/GstOMXMPEG2VideoDec-omxmpeg2videodec:omxmpeg2videodec-omxmpeg2videodec0: GStreamer error: negotiation problem.<br>
Additional debug info:<br>gstvideodecoder.c(2015): gst_video_decoder_chain (): /GstPipeline:pipeline0/GstOMXMPEG2VideoDec-omxmpeg2videodec:omxmpeg2videodec-omxmpeg2videodec0:<br>decoder not initialized<br>Execution ended after 0:03:34.668588841<br>
<br></div><div>Is this "works as designed" or a bug?<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Dec 14, 2013 at 5:05 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sa, 2013-12-14 at 12:16 +0100, Stefan Simon wrote:<br>
> Sorry for jumping on your discussion. Just found out my a52 decoder is<br>
> blacklisted, because<br>
><br>
> undefined symbol: a52_frame    (./libgsta52dec.so)<br>
> undefined symbol: a52_init    (./libgsta52dec.so)<br>
> undefined symbol: a52_dynrng    (./libgsta52dec.so)<br>
> undefined symbol: a52_samples    (./libgsta52dec.so)<br>
> undefined symbol: a52_block    (./libgsta52dec.so)<br>
> undefined symbol: a52_free    (./libgsta52dec.so)<br>
> undefined symbol: a52_syncinfo    (./libgsta52dec.so)<br>
><br>
><br>
> what am I missing?<br>
<br>
</div>Either no liba52 installed on your system, or the plugin is not linked<br>
properly. Check with ldd on the libgsta52dec.so if it is linked to<br>
liba52, and if it can find it.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</div></div><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>