Hi Matthew,
>gst-launch -v v4l2src ! TIVidenc1 codecName=h264enc
>engineName=codecServer ! rtph264pay pt=96 ! udpsink host= port=5000
I think there is missing colorconversion element (ffmpegcolorspace) before
TIVidenc1. Also, it is necessary to specify colorspace (fourcc) explicitly. You
can ta
Hello,
I'm currently trying to port rockbox to the Nokia N900. The rockbox
application backend is using SDL for audio and I want to migrate
it to gstreamer.
I tried all kind of ways to push the raw audio via an "appsrc" to "playbin2".
The result is always an "Internal data flow" error.
Please s
On Fri, 2010-12-17 at 00:10 +0100, Thomas Jarosch wrote:
> I tried all kind of ways to push the raw audio via an "appsrc" to "playbin2".
> The result is always an "Internal data flow" error.
What's the debug message detail on that? (not-negotiated?)
> Please see the attached code and the functio