gst-editor for gstreamer 0.10

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

gst-editor for gstreamer 0.10

Samuel Vinson-2
Hi Stefan,

I sent to you (21/12/2007) a version of gst-editor that works with
gstreamer-0.10.
Do you think to release it in CVS repository ?

Samuel

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-editor for gstreamer 0.10

David Schleef
On Fri, Jan 11, 2008 at 11:07:47PM +0100, Samuel Vinson wrote:
> I sent to you (21/12/2007) a version of gst-editor that works with
> gstreamer-0.10.
> Do you think to release it in CVS repository ?

It would be better idea to post the source code to a website and/or
put a patch in bugzilla.



dave...


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-editor for gstreamer 0.10

Samuel Vinson-2
Patch is not possible, there are much modification :
    - replace gnomecanvas by goocanvas
    - gstreamer api 0.8 <> gstreamer api 0.10

If you are web or ftp site to upload, give me access.

Samuel

David Schleef a écrit :

> On Fri, Jan 11, 2008 at 11:07:47PM +0100, Samuel Vinson wrote:
>  
>> I sent to you (21/12/2007) a version of gst-editor that works with
>> gstreamer-0.10.
>> Do you think to release it in CVS repository ?
>>    
>
> It would be better idea to post the source code to a website and/or
> put a patch in bugzilla.
>
>
>
> dave...
>
>
>
>  


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-editor for gstreamer 0.10

Stefan Sauer
Hi Samule,

I've tried to build it.
Problem 1: when running configure:

configure: configuring  for release
./configure: line 2438: =..: command not found
./configure: line 2470: syntax error near unexpected token `GST_CVS="no",'
./configure: line 2470: `AS_NANO(GST_CVS="no", GST_CVS="yes")'

I copied and updated autogen.sh from gstreamer core, rebased cvs, fixed
configure.ac and installed goocanvas (which isn't in opensuse-10.3 :/).

Problem 2: the gst_xml_write_file need fixing. It doe not sound like a good idea
to have a nother functiuon. Can you get a backtrace from the crash?

Right now it does not fully build:

In file included from gsteditor.c:32:
gsteditorstatusbar.h:32:41: warning: no newline at end of file
gsteditor.c:58: error: expected ')' before '*' token
gsteditor.c: In function 'do_save':
gsteditor.c:466: warning: implicit declaration of function 'gst_xml_write_filename'
gsteditor.c: In function 'gst_editor_load':
gsteditor.c:548: error: 'GstXML' undeclared (first use in this function)
gsteditor.c:548: error: (Each undeclared identifier is reported only once
gsteditor.c:548: error: for each function it appears in.)
gsteditor.c:548: error: 'xml' undeclared (first use in this function)
gsteditor.c:551: warning: implicit declaration of function 'gst_xml_new'
gsteditor.c:556: error: 'on_xml_loaded' undeclared (first use in this function)
gsteditor.c:559: warning: implicit declaration of function 'gst_xml_parse_file'
gsteditor.c:566: warning: implicit declaration of function 'gst_xml_get_topelements'
gsteditor.c:566: warning: assignment makes pointer from integer without a cast
gsteditor.c: At top level:
gsteditor.c:897: error: expected ')' before '*' token


I'll check later. Are you on irc? which is your nick - mine is "ensonic"

Stefan

Samuel Vinson schrieb:

> Patch is not possible, there are much modification :
>     - replace gnomecanvas by goocanvas
>     - gstreamer api 0.8 <> gstreamer api 0.10
>
> If you are web or ftp site to upload, give me access.
>
> Samuel
>
> David Schleef a écrit :
>> On Fri, Jan 11, 2008 at 11:07:47PM +0100, Samuel Vinson wrote:
>>  
>>> I sent to you (21/12/2007) a version of gst-editor that works with
>>> gstreamer-0.10.
>>> Do you think to release it in CVS repository ?
>>>    
>> It would be better idea to post the source code to a website and/or
>> put a patch in bugzilla.
>>
>>
>>
>> dave...
>>
>>
>>
>>  
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-editor for gstreamer 0.10

Stefan Sauer
Hi,

I've got it working! First test run looks good. Now I wonder how to merge that.

Samuel, did you removed or added any files? Otherwise I would check out the
latest version, tag it and commit the new one on top of it.

Any comments from others? I think even if there are some bug, better have a
ported version in HEAD that kind-of-works.

Stefan


Stefan Kost schrieb:

> Hi Samule,
>
> I've tried to build it.
> Problem 1: when running configure:
>
> configure: configuring  for release
> ./configure: line 2438: =..: command not found
> ./configure: line 2470: syntax error near unexpected token `GST_CVS="no",'
> ./configure: line 2470: `AS_NANO(GST_CVS="no", GST_CVS="yes")'
>
> I copied and updated autogen.sh from gstreamer core, rebased cvs, fixed
> configure.ac and installed goocanvas (which isn't in opensuse-10.3 :/).
>
> Problem 2: the gst_xml_write_file need fixing. It doe not sound like a good idea
> to have a nother functiuon. Can you get a backtrace from the crash?
>
> Right now it does not fully build:
>
> In file included from gsteditor.c:32:
> gsteditorstatusbar.h:32:41: warning: no newline at end of file
> gsteditor.c:58: error: expected ')' before '*' token
> gsteditor.c: In function 'do_save':
> gsteditor.c:466: warning: implicit declaration of function 'gst_xml_write_filename'
> gsteditor.c: In function 'gst_editor_load':
> gsteditor.c:548: error: 'GstXML' undeclared (first use in this function)
> gsteditor.c:548: error: (Each undeclared identifier is reported only once
> gsteditor.c:548: error: for each function it appears in.)
> gsteditor.c:548: error: 'xml' undeclared (first use in this function)
> gsteditor.c:551: warning: implicit declaration of function 'gst_xml_new'
> gsteditor.c:556: error: 'on_xml_loaded' undeclared (first use in this function)
> gsteditor.c:559: warning: implicit declaration of function 'gst_xml_parse_file'
> gsteditor.c:566: warning: implicit declaration of function 'gst_xml_get_topelements'
> gsteditor.c:566: warning: assignment makes pointer from integer without a cast
> gsteditor.c: At top level:
> gsteditor.c:897: error: expected ')' before '*' token
>
>
> I'll check later. Are you on irc? which is your nick - mine is "ensonic"
>
> Stefan
>
> Samuel Vinson schrieb:
>> Patch is not possible, there are much modification :
>>     - replace gnomecanvas by goocanvas
>>     - gstreamer api 0.8 <> gstreamer api 0.10
>>
>> If you are web or ftp site to upload, give me access.
>>
>> Samuel
>>
>> David Schleef a écrit :
>>> On Fri, Jan 11, 2008 at 11:07:47PM +0100, Samuel Vinson wrote:
>>>  
>>>> I sent to you (21/12/2007) a version of gst-editor that works with
>>>> gstreamer-0.10.
>>>> Do you think to release it in CVS repository ?
>>>>    
>>> It would be better idea to post the source code to a website and/or
>>> put a patch in bugzilla.
>>>
>>>
>>>
>>> dave...
>>>
>>>
>>>
>>>  
>>
>> -------------------------------------------------------------------------
>> Check out the new SourceForge.net Marketplace.
>> It's the best place to buy or sell services for
>> just about anything Open Source.
>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>> _______________________________________________
>> gstreamer-devel mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-editor for gstreamer 0.10

Samuel Vinson-2
Hi Stefan,

Logically, there are no new files. Maybe win32 directory to use vs6 and
vc8/vs2005

There are certainly some bugs, for example playbin doesn't work correctly.
I don't know if I add our modifications to manage buttons (play,stop...)

I think it's better have a ported version, like that anybody will be
able to correct bugs.

Samuel

Stefan Kost a écrit :

> Hi,
>
> I've got it working! First test run looks good. Now I wonder how to merge that.
>
> Samuel, did you removed or added any files? Otherwise I would check out the
> latest version, tag it and commit the new one on top of it.
>
> Any comments from others? I think even if there are some bug, better have a
> ported version in HEAD that kind-of-works.
>
> Stefan
>
>
> Stefan Kost schrieb:
>  
>> Hi Samule,
>>
>> I've tried to build it.
>> Problem 1: when running configure:
>>
>> configure: configuring  for release
>> ./configure: line 2438: =..: command not found
>> ./configure: line 2470: syntax error near unexpected token `GST_CVS="no",'
>> ./configure: line 2470: `AS_NANO(GST_CVS="no", GST_CVS="yes")'
>>
>> I copied and updated autogen.sh from gstreamer core, rebased cvs, fixed
>> configure.ac and installed goocanvas (which isn't in opensuse-10.3 :/).
>>
>> Problem 2: the gst_xml_write_file need fixing. It doe not sound like a good idea
>> to have a nother functiuon. Can you get a backtrace from the crash?
>>
>> Right now it does not fully build:
>>
>> In file included from gsteditor.c:32:
>> gsteditorstatusbar.h:32:41: warning: no newline at end of file
>> gsteditor.c:58: error: expected ')' before '*' token
>> gsteditor.c: In function 'do_save':
>> gsteditor.c:466: warning: implicit declaration of function 'gst_xml_write_filename'
>> gsteditor.c: In function 'gst_editor_load':
>> gsteditor.c:548: error: 'GstXML' undeclared (first use in this function)
>> gsteditor.c:548: error: (Each undeclared identifier is reported only once
>> gsteditor.c:548: error: for each function it appears in.)
>> gsteditor.c:548: error: 'xml' undeclared (first use in this function)
>> gsteditor.c:551: warning: implicit declaration of function 'gst_xml_new'
>> gsteditor.c:556: error: 'on_xml_loaded' undeclared (first use in this function)
>> gsteditor.c:559: warning: implicit declaration of function 'gst_xml_parse_file'
>> gsteditor.c:566: warning: implicit declaration of function 'gst_xml_get_topelements'
>> gsteditor.c:566: warning: assignment makes pointer from integer without a cast
>> gsteditor.c: At top level:
>> gsteditor.c:897: error: expected ')' before '*' token
>>
>>
>> I'll check later. Are you on irc? which is your nick - mine is "ensonic"
>>
>> Stefan
>>
>> Samuel Vinson schrieb:
>>    
>>> Patch is not possible, there are much modification :
>>>     - replace gnomecanvas by goocanvas
>>>     - gstreamer api 0.8 <> gstreamer api 0.10
>>>
>>> If you are web or ftp site to upload, give me access.
>>>
>>> Samuel
>>>
>>> David Schleef a écrit :
>>>      
>>>> On Fri, Jan 11, 2008 at 11:07:47PM +0100, Samuel Vinson wrote:
>>>>  
>>>>        
>>>>> I sent to you (21/12/2007) a version of gst-editor that works with
>>>>> gstreamer-0.10.
>>>>> Do you think to release it in CVS repository ?
>>>>>    
>>>>>          
>>>> It would be better idea to post the source code to a website and/or
>>>> put a patch in bugzilla.
>>>>
>>>>
>>>>
>>>> dave...
>>>>
>>>>
>>>>
>>>>  
>>>>        
>>> -------------------------------------------------------------------------
>>> Check out the new SourceForge.net Marketplace.
>>> It's the best place to buy or sell services for
>>> just about anything Open Source.
>>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>>> _______________________________________________
>>> gstreamer-devel mailing list
>>> [hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>>      
>> -------------------------------------------------------------------------
>> Check out the new SourceForge.net Marketplace.
>> It's the best place to buy or sell services for
>> just about anything Open Source.
>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>> _______________________________________________
>> gstreamer-devel mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>    
>
>
>
>  


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-editor for gstreamer 0.10

Stefan Sauer
Hi,

I finally managed to get it committed to cvs and also did a first round of
compiler warning fixes. One thing I was wondering : is it neccesary to use
gst_editor_element_realize() directly?

Stefan


Samuel Vinson schrieb:

> Hi Stefan,
>
> Logically, there are no new files. Maybe win32 directory to use vs6 and
> vc8/vs2005
>
> There are certainly some bugs, for example playbin doesn't work correctly.
> I don't know if I add our modifications to manage buttons (play,stop...)
>
> I think it's better have a ported version, like that anybody will be
> able to correct bugs.
>
> Samuel
>
> Stefan Kost a écrit :
>> Hi,
>>
>> I've got it working! First test run looks good. Now I wonder how to merge that.
>>
>> Samuel, did you removed or added any files? Otherwise I would check out the
>> latest version, tag it and commit the new one on top of it.
>>
>> Any comments from others? I think even if there are some bug, better have a
>> ported version in HEAD that kind-of-works.
>>
>> Stefan
>>
>>
>> Stefan Kost schrieb:
>>  
>>> Hi Samule,
>>>
>>> I've tried to build it.
>>> Problem 1: when running configure:
>>>
>>> configure: configuring  for release
>>> ./configure: line 2438: =..: command not found
>>> ./configure: line 2470: syntax error near unexpected token `GST_CVS="no",'
>>> ./configure: line 2470: `AS_NANO(GST_CVS="no", GST_CVS="yes")'
>>>
>>> I copied and updated autogen.sh from gstreamer core, rebased cvs, fixed
>>> configure.ac and installed goocanvas (which isn't in opensuse-10.3 :/).
>>>
>>> Problem 2: the gst_xml_write_file need fixing. It doe not sound like a good idea
>>> to have a nother functiuon. Can you get a backtrace from the crash?
>>>
>>> Right now it does not fully build:
>>>
>>> In file included from gsteditor.c:32:
>>> gsteditorstatusbar.h:32:41: warning: no newline at end of file
>>> gsteditor.c:58: error: expected ')' before '*' token
>>> gsteditor.c: In function 'do_save':
>>> gsteditor.c:466: warning: implicit declaration of function 'gst_xml_write_filename'
>>> gsteditor.c: In function 'gst_editor_load':
>>> gsteditor.c:548: error: 'GstXML' undeclared (first use in this function)
>>> gsteditor.c:548: error: (Each undeclared identifier is reported only once
>>> gsteditor.c:548: error: for each function it appears in.)
>>> gsteditor.c:548: error: 'xml' undeclared (first use in this function)
>>> gsteditor.c:551: warning: implicit declaration of function 'gst_xml_new'
>>> gsteditor.c:556: error: 'on_xml_loaded' undeclared (first use in this function)
>>> gsteditor.c:559: warning: implicit declaration of function 'gst_xml_parse_file'
>>> gsteditor.c:566: warning: implicit declaration of function 'gst_xml_get_topelements'
>>> gsteditor.c:566: warning: assignment makes pointer from integer without a cast
>>> gsteditor.c: At top level:
>>> gsteditor.c:897: error: expected ')' before '*' token
>>>
>>>
>>> I'll check later. Are you on irc? which is your nick - mine is "ensonic"
>>>
>>> Stefan
>>>
>>> Samuel Vinson schrieb:
>>>    
>>>> Patch is not possible, there are much modification :
>>>>     - replace gnomecanvas by goocanvas
>>>>     - gstreamer api 0.8 <> gstreamer api 0.10
>>>>
>>>> If you are web or ftp site to upload, give me access.
>>>>
>>>> Samuel
>>>>
>>>> David Schleef a écrit :
>>>>      
>>>>> On Fri, Jan 11, 2008 at 11:07:47PM +0100, Samuel Vinson wrote:
>>>>>  
>>>>>        
>>>>>> I sent to you (21/12/2007) a version of gst-editor that works with
>>>>>> gstreamer-0.10.
>>>>>> Do you think to release it in CVS repository ?
>>>>>>    
>>>>>>          
>>>>> It would be better idea to post the source code to a website and/or
>>>>> put a patch in bugzilla.
>>>>>
>>>>>
>>>>>
>>>>> dave...
>>>>>
>>>>>
>>>>>
>>>>>  
>>>>>        
>>>> -------------------------------------------------------------------------
>>>> Check out the new SourceForge.net Marketplace.
>>>> It's the best place to buy or sell services for
>>>> just about anything Open Source.
>>>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>>>> _______________________________________________
>>>> gstreamer-devel mailing list
>>>> [hidden email]
>>>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>>>      
>>> -------------------------------------------------------------------------
>>> Check out the new SourceForge.net Marketplace.
>>> It's the best place to buy or sell services for
>>> just about anything Open Source.
>>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>>> _______________________________________________
>>> gstreamer-devel mailing list
>>> [hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>>    
>>
>>
>>  
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel