Hi

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

Hi

vaisakhn7
help me to use gst-editor-0.8.
I created xml file like this

./gst-launch-0.10 filesrc location=KDE_Logout_1.ogg ! oggdemux !
vorbisdec ! audioconvert ! audioresample ! osssink -o test3.xml

and
started the gst-editor like
./gst-editor test3.xml


but it shows error
like this

/**********************************************/



** Message: palette visible: TRUE
** Message: making new palette

(gst-editor:5188): GStreamer-CRITICAL **: file gstxml.c: line 415
(gst_xml_make_element): assertion `element != NULL' failed

(gst-editor:5188): GStreamer-CRITICAL **: file gstobject.c: line 223
(gst_object_ref): assertion `GST_IS_OBJECT (object)' failed

(gst-editor:5188): GStreamer-CRITICAL **: file gstobject.c: line 563
(gst_object_unparent): assertion `object != NULL' failed

(gst-editor:5188): GStreamer-CRITICAL **: file gstbin.c: line 520
(gst_bin_add): assertion `GST_IS_ELEMENT (element)' failed
** Message: linking GUI for vorbisdec0:src and audioconvert0:sink
** Message: linking GUI for filesrc0:src and oggdemux0:sink
/************************************************/

and in gst-editor gui no proper links among the elements


help me...
thanks..

***** 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.

------------------------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Hi

Sameer Naik-2
First of gst-editor-0.8 is meant for use with gstreamer-0.8 and is not ported
for gstreamer-0.10.
Secondly, please choose an appropriate subject for your mails.

Regards
~Sameer

On Monday 05 January 2009 12:16:32 pm vaisakh.n wrote:

> help me to use gst-editor-0.8.
> I created xml file like this
>
> ./gst-launch-0.10 filesrc location=KDE_Logout_1.ogg ! oggdemux !
> vorbisdec ! audioconvert ! audioresample ! osssink -o test3.xml
>
> and
> started the gst-editor like
> ./gst-editor test3.xml
>
>
> but it shows error
> like this
>
> /**********************************************/
>
>
>
> ** Message: palette visible: TRUE
> ** Message: making new palette
>
> (gst-editor:5188): GStreamer-CRITICAL **: file gstxml.c: line 415
> (gst_xml_make_element): assertion `element != NULL' failed
>
> (gst-editor:5188): GStreamer-CRITICAL **: file gstobject.c: line 223
> (gst_object_ref): assertion `GST_IS_OBJECT (object)' failed
>
> (gst-editor:5188): GStreamer-CRITICAL **: file gstobject.c: line 563
> (gst_object_unparent): assertion `object != NULL' failed
>
> (gst-editor:5188): GStreamer-CRITICAL **: file gstbin.c: line 520
> (gst_bin_add): assertion `GST_IS_ELEMENT (element)' failed
> ** Message: linking GUI for vorbisdec0:src and audioconvert0:sink
> ** Message: linking GUI for filesrc0:src and oggdemux0:sink
> /************************************************/
>
> and in gst-editor gui no proper links among the elements
>
>
> help me...
> thanks..
>
> ***** 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.
>
> ---------------------------------------------------------------------------
>--- _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Hi

Stefan Sauer
In reply to this post by vaisakhn7
vaisakh.n schrieb:
> help me to use gst-editor-0.8.

You should use gst-editor from cvs. Its the ported version for 0.10. But be
aware that it is incomplete.

> I created xml file like this
>
> ./gst-launch-0.10 filesrc location=KDE_Logout_1.ogg ! oggdemux !
> vorbisdec ! audioconvert ! audioresample ! osssink -o test3.xml
>
> and
> started the gst-editor like
> ./gst-editor test3.xml

Also be aware that gst-editor is limmited in what it can do. E.g. supporting
demuxers (any elemnts with sometimes pads), does not make that much sense with
the xml import/export.

Stefan

>
>
> but it shows error
> like this
>
> /**********************************************/
>
>
>
> ** Message: palette visible: TRUE
> ** Message: making new palette
>
> (gst-editor:5188): GStreamer-CRITICAL **: file gstxml.c: line 415
> (gst_xml_make_element): assertion `element != NULL' failed
>
> (gst-editor:5188): GStreamer-CRITICAL **: file gstobject.c: line 223
> (gst_object_ref): assertion `GST_IS_OBJECT (object)' failed
>
> (gst-editor:5188): GStreamer-CRITICAL **: file gstobject.c: line 563
> (gst_object_unparent): assertion `object != NULL' failed
>
> (gst-editor:5188): GStreamer-CRITICAL **: file gstbin.c: line 520
> (gst_bin_add): assertion `GST_IS_ELEMENT (element)' failed
> ** Message: linking GUI for vorbisdec0:src and audioconvert0:sink
> ** Message: linking GUI for filesrc0:src and oggdemux0:sink
> /************************************************/
>
> and in gst-editor gui no proper links among the elements
>
>
> help me...
> thanks..
>
> ***** 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.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel