Problem With Audio Channels

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem With Audio Channels

william.l.metcalf
Hello all,

I am trying to run the following pipeline in a gstreamer appliction:

appsrc is-live=true typefind=true ! audioparse ! audioconvert ! faac !
qtmux ! filesink location="c:\blah.mp4"

When running this pipeline I get the following error:

** (LiveSourceTesting.exe:7192): CRITICAL **: file
..\..\..\Source\gst-plugins-base\gst-libs\gst\audio\multichannel.c: line
274: assertion `gst_value_array_get_size (pos_val_arr) == channels' failed

It is obvious this error is related the channels in my audio stream, but
I am not sure what exactly is causing the error or how to go about
fixing it.  Can anyone please provide some insight into this error, and
possible solutions for fixing it?

Thank you very much,
William
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Problem With Audio Channels

Stefan Sauer
On 08/05/11 20:13, William Metcalf wrote:

> Hello all,
>
> I am trying to run the following pipeline in a gstreamer appliction:
>
> appsrc is-live=true typefind=true ! audioparse ! audioconvert ! faac !
> qtmux ! filesink location="c:\blah.mp4"
>
> When running this pipeline I get the following error:
>
> ** (LiveSourceTesting.exe:7192): CRITICAL **: file
> ..\..\..\Source\gst-plugins-base\gst-libs\gst\audio\multichannel.c:
> line 274: assertion `gst_value_array_get_size (pos_val_arr) ==
> channels' failed
>
G_DEBUG="fatal_criticals" gdb --args gst-launch appsrc is-live=true
typefind=true ! ....

get a backtrace when it stops and file a bug please.

Stefan

> It is obvious this error is related the channels in my audio stream,
> but I am not sure what exactly is causing the error or how to go about
> fixing it.  Can anyone please provide some insight into this error,
> and possible solutions for fixing it?
>
> Thank you very much,
> William
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel