Need help in compiling gst-player

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

Need help in compiling gst-player

n179911
Hi,

I have download and compile the source of gstreamer and install it in
/home/n179911/bin.
And I have set my PKG_CONFIG_PATH to include /home/n179911/lib/pkgconfig.

But when I compile gst-player, i get this error in running 'configure':
checking for gstreamer-play-0.8 >= 0.8.0
gstreamer-interfaces-0.8 >= 0.8.0 gstreamer-gconf-0.8 >= 0.8.0...
configure: error: you need gstreamer development packages installed !

So I tried to install and compile the source of gst-editor-0.8.0, I
get this error:

checking for gstreamer-0.8 >= 0.7.1... checking for gstreamer-0.7 >=
0.7.1... configure: error: No GStreamer development libraries found


Can you please help me?

Thank you.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Need help in compiling gst-player

michael smith-6-3
Both of these applications are for long-obsolete versions of gstreamer
(0.8), and have been obsolete for many years; they can't be used with
modern GStreamer.

Mike


On Sun, Oct 10, 2010 at 5:42 PM, n179911 <[hidden email]> wrote:

> Hi,
>
> I have download and compile the source of gstreamer and install it in
> /home/n179911/bin.
> And I have set my PKG_CONFIG_PATH to include /home/n179911/lib/pkgconfig.
>
> But when I compile gst-player, i get this error in running 'configure':
> checking for    gstreamer-play-0.8 >= 0.8.0
> gstreamer-interfaces-0.8 >= 0.8.0       gstreamer-gconf-0.8 >= 0.8.0...
> configure: error: you need gstreamer development packages installed !
>
> So I tried to install and compile the source of gst-editor-0.8.0, I
> get this error:
>
> checking for gstreamer-0.8 >= 0.7.1... checking for gstreamer-0.7 >=
> 0.7.1... configure: error: No GStreamer development libraries found
>
>
> Can you please help me?
>
> Thank you.
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Need help in compiling gst-player

n179911
Is there a player sample/application which I can see how it uses a
modern GStreamer?

Thank you.


On Mon, Oct 11, 2010 at 12:09 AM, Michael Smith <[hidden email]> wrote:

> Both of these applications are for long-obsolete versions of gstreamer
> (0.8), and have been obsolete for many years; they can't be used with
> modern GStreamer.
>
> Mike
>
>
> On Sun, Oct 10, 2010 at 5:42 PM, n179911 <[hidden email]> wrote:
>> Hi,
>>
>> I have download and compile the source of gstreamer and install it in
>> /home/n179911/bin.
>> And I have set my PKG_CONFIG_PATH to include /home/n179911/lib/pkgconfig.
>>
>> But when I compile gst-player, i get this error in running 'configure':
>> checking for    gstreamer-play-0.8 >= 0.8.0
>> gstreamer-interfaces-0.8 >= 0.8.0       gstreamer-gconf-0.8 >= 0.8.0...
>> configure: error: you need gstreamer development packages installed !
>>
>> So I tried to install and compile the source of gst-editor-0.8.0, I
>> get this error:
>>
>> checking for gstreamer-0.8 >= 0.7.1... checking for gstreamer-0.7 >=
>> 0.7.1... configure: error: No GStreamer development libraries found
>>
>>
>> Can you please help me?
>>
>> Thank you.
>>
>> ------------------------------------------------------------------------------
>> Beautiful is writing same markup. Internet Explorer 9 supports
>> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
>> Spend less time writing and  rewriting code and more time creating great
>> experiences on the web. Be a part of the beta today.
>> http://p.sf.net/sfu/beautyoftheweb
>> _______________________________________________
>> gstreamer-devel mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Need help in compiling gst-player

Felipe Contreras
On Mon, Oct 11, 2010 at 10:17 AM, n179911 <[hidden email]> wrote:
> Is there a player sample/application which I can see how it uses a
> modern GStreamer?

http://github.com/felipec/gst-player

--
Felipe Contreras

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel