What version does this refer to?

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

What version does this refer to?

Wes Miller
Administrator
gst-launch --version (on ubuntu) returns:

gst-launch-0.10 version 0.10.30
GStreamer 0.10.28
Unknown package origin

I did configure, make and make install on gstreamer-0.10.30 and the latest plugins-good and plugins-base.

So what is it that is still at 0.10.28?

Wes
Reply | Threaded
Open this post in threaded view
|

Re: What version does this refer to?

Edward Hervey
Administrator
On Mon, 2010-08-30 at 05:02 -0700, Wes Miller wrote:
> gst-launch --version (on ubuntu) returns:
>
> gst-launch-0.10 version 0.10.30
> GStreamer 0.10.28
> Unknown package origin
>
> I did configure, make and make install on gstreamer-0.10.30 and the latest
> plugins-good and plugins-base.

  That would seem to indicate that the gst-launch you have is of a
different version than the GStreamer core libraries you're using.
  Most likely because some distros split up the tools (like gst-launch)
from the libraries.

>
> So what is it that is still at 0.10.28?
>
> Wes
>



------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users
worldwide. Take advantage of special opportunities to increase revenue and
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: What version does this refer to?

Wes Miller
Administrator
Edward,

Sebastian pointed me to

https://launchpad.net/~gstreamer-developers/+archive/ppa/+packages?field.name_filter=&field.status_filter=published&field.series_filter=lucid

Where I was able to get the complete, latest gstreamer (after i figured out that keyservers require opening port 11371).  Now my versions match.  

Sadly, after all that effort to download the Ubuntu "approved" gstreamer, I still have to compile plugins-good so I can get souphttpsrc.

Wes
Reply | Threaded
Open this post in threaded view
|

Re: What version does this refer to?

Sebastian Dröge-7
On Mon, 2010-08-30 at 07:48 -0700, Wes Miller wrote:

> Edward,
>
> Sebastian pointed me to
>
> https://launchpad.net/~gstreamer-developers/+archive/ppa/+packages?field.name_filter=&field.status_filter=published&field.series_filter=lucid
>
> Where I was able to get the complete, latest gstreamer (after i figured out
> that keyservers require opening port 11371).  Now my versions match.  
>
> Sadly, after all that effort to download the Ubuntu "approved" gstreamer, I
> still have to compile plugins-good so I can get souphttpsrc.
souphttpsrc is in gstreamer0.10-plugins-good.

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users
worldwide. Take advantage of special opportunities to increase revenue and
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

signature.asc (205 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: What version does this refer to?

Wes Miller
Administrator
souphttpsrc does not get built by default.  It wasn't in the downloaded Ubuntu images and wasn't even in the standard build of plugins-good.  You have to pass --enable-soup to ./configure and hope you have all the soup libraries downloaded.


Thanks,

Wes
Reply | Threaded
Open this post in threaded view
|

Re: What version does this refer to?

Sebastian Dröge-7
On Mon, 2010-08-30 at 10:25 -0700, Wes Miller wrote:
> souphttpsrc does not get built by default.  It wasn't in the downloaded
> Ubuntu images and wasn't even in the standard build of plugins-good.  You
> have to pass --enable-soup to ./configure and hope you have all the soup
> libraries downloaded.

Not sure why you think this is the case. The soup plugin is built if you
have the soup headers and libraries installed, no need to pass
--enable-soup to configure. You need to have the libsoup2.4-dev package
installed on Ubuntu for that.

And it's definitely included in the default Ubuntu packages, the PPA
packages and the Debian packages, e.g. search for "soup" here:
http://packages.ubuntu.com/lucid/i386/gstreamer0.10-plugins-good/filelist

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

signature.asc (205 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: What version does this refer to?

Wes Miller
Administrator
I'll bet I did stuff in the wrong order.  I think I built, didn't get soup, then got the soup libs, then requilt assuming I had to tell plugins-good to build with soup.

Oh well,  maybe next time I'll get the order right.  For now, all is working OK.

Many thanks,

Wes