Negotiation issues when adding audioconvert
Sérgio Agostinho
sergio.r.agostinho at gmail.com
Wed Feb 18 08:24:01 PST 2015
This message appeared immediately before the Internal data flow error
0:00:00.023190449 25625 0x15e4c00 INFO structure
../../gst/gststructure.c:2913:gst_structure_get_valist: Expected field
'channel-mask' in structure: audio/x-raw, rate=(int)48000, channels=(int)2,
layout=(string)interleaved;
With some additional clues from the logs I got the pipeline to play with
gst-launch-1.0 -v interaudiosrc ! audio/x-raw, channel-mask=0x3 !
audioconvert ! voaacenc ! fakesink
Cheers
2015-02-18 16:59 GMT+01:00 Sérgio Agostinho <sergio.r.agostinho at gmail.com>:
> Hey guys,
>
> So I was testing (a pipeline which can be reduced to) something like this
> gst-launch-1.0 interaudiosrc ! voaacenc ! fakesink
>
> And it works ok. Now, when I add an audioconvert though, I get a
> "non-negotiated" error on the pipeline.
> gst-launch-1.0 interaudiosrc ! audioconvert ! voaacenc ! fakesink
>
> I see no apparent reason why this should fail. I'm getting this with both
> voaacenc, faac, flacenc but curiously not with vorbisenc. I'm running
> 1.4.3 on this machine.
>
> Can anyone else test this? Am I failing to see the issue here?
>
> Cheers,
> Sérgio
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150218/8ec80e58/attachment.html>
More information about the gstreamer-devel
mailing list