plugin

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

plugin

vaisakhn7
Hi,
I written  a codec plugin with the help of " plugin writers guide" in
the gstreamer site ..

when i tried to run that pipeline with ./gst-launch-0.10
an error comes like this
./gst-launch-0.10 filesrc location=test.mp3  ! examplefilter !
audioconvert ! osssink

thanks in advance

ERROR: from element
/GstPipeline:pipeline0/GstAudioConvert:audioconvert0: not negotiated
Additional debug info:
gstbasetransform.c(1815): gst_base_transform_handle_buffer ():
/GstPipeline:pipeline0/GstAudioConvert:audioconvert0:
not negotiated

***** Confidentiality Statement/Disclaimer *****

This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt.
The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: plugin

michael smith-6-3
On Fri, Jan 30, 2009 at 5:43 AM, vaisakh.n <[hidden email]> wrote:

> Hi,
> I written  a codec plugin with the help of " plugin writers guide" in
> the gstreamer site ..
>
> when i tried to run that pipeline with ./gst-launch-0.10
> an error comes like this
> ./gst-launch-0.10 filesrc location=test.mp3  ! examplefilter !
> audioconvert ! osssink
>
> thanks in advance
>
> ERROR: from element
> /GstPipeline:pipeline0/GstAudioConvert:audioconvert0: not negotiated
> Additional debug info:
> gstbasetransform.c(1815): gst_base_transform_handle_buffer ():
> /GstPipeline:pipeline0/GstAudioConvert:audioconvert0:
> not negotiated

Well, all this tells us is that there's a bug in your element. You
haven't given us any details to help you with - it's probably
something to do with how you set caps on your buffers.

Mike

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel