How can we get version of gstreamer plugin libraries?

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

How can we get version of gstreamer plugin libraries?

Sachin
Hi,

I am working on a project with gstreamer plugins and it's libraries for different applications. For that, I downloaded and installed gstreamer V1.8.2 and it's plugins. I searched through the installed folders for getting the version of the different libraries within the plugins. I couldn't find it.
-- Can anybody please suggest, how can I get the version of the gstreamer libraries?
-- Are there any gstreamer library version 1.9.0.1 ?If there, in which gstreamer version it is used?
Please reply ASAP

Thanks and Regards
Sachin
Reply | Threaded
Open this post in threaded view
|

Re: How can we get version of gstreamer plugin libraries?

Sebastian Dröge-3
On So, 2016-07-10 at 21:59 -0700, Sachin wrote:
> Hi,
>
> I am working on a project with gstreamer plugins and it's libraries for
> different applications. For that, I downloaded and installed gstreamer
> V1.8.2 and it's plugins. I searched through the installed folders for
> getting the version of the different libraries within the plugins. I
> couldn't find it. 

The plugins contain their versions inside them. If you run
gst-inspect-1.0 on the plugin file, it will print the version.

> -- Can anybody please suggest, how can I get the version of the gstreamer
> libraries?

Check the pkg-config files of them, they contain the version

> -- Are there any gstreamer library version 1.9.0.1 ?If there, in which
> gstreamer version it is used?

1.9.0.1 is what would end up as version if you were building GStreamer
from GIT master (not the stable 1.8 branch) somewhere between the 1.8
release and 1.9.1. Currently GIT master would give you 1.9.1.1 (as
we're between 1.9.1 and 1.9.2 now).

--

Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

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

Re: How can we get version of gstreamer plugin libraries?

Sachin
Thank u Mr.Sebastian Dröge for your reply. Now gst-inspect-1.0 with elements showing the library version. So for gstreamer-1.8.2 ,the library version is 1.8.2.
Reply | Threaded
Open this post in threaded view
|

Re: How can we get version of gstreamer plugin libraries?

Sachin
In reply to this post by Sebastian Dröge-3
Hi Sebastian Dröge

I understood your reply about gstreamer-1.9.0.1 version.That is, it will be the version during the development of 1.9.1 from the master of stable 1.8.2. I searched through the github of gstreamer-1.8.2. I found, there are lot of commits for 1.8.2 during the development of unstable 1.9.1. But I couldn't find any source separately for  1.9.0.1 version in the git.
-- Is the source of 1.9.0.1 available in git?
-- If available, can you please share the link to download it?

Thanks and regards
Sachin
Reply | Threaded
Open this post in threaded view
|

Re: How can we get version of gstreamer plugin libraries?

Sachin
Is 1.9.0.1 version library available in any gstreamer stable version?
Can anybody please give any justification?