plugin overview

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

plugin overview

Gary Thomas
Where can I find the plugins overview for 0.10 series of gstreamer?
The documentation at http://gstreamer.freedesktop.org/documentation/plugins.html
seems to be only for the 1.0 series (which isn't available on my platform yet)

Thanks

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: plugin overview

rajnikant jachak
I'm using following link to access the documentation for Gstreamer version 0.10.30:
http://gstreamer.freedesktop.org/data/doc/gstreamer/0.10.30/manual/html/

You will find document for other versions under similar path.

On Fri, Dec 14, 2012 at 5:25 PM, Gary Thomas <[hidden email]> wrote:
Where can I find the plugins overview for 0.10 series of gstreamer?
The documentation at http://gstreamer.freedesktop.org/documentation/plugins.html
seems to be only for the 1.0 series (which isn't available on my platform yet)

Thanks

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



--
Regards,
Rajnikant Jachak.

The pessimist sees difficulty in every opportunity. The optimist sees the opportunity in every difficulty.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: plugin overview

Gary Thomas
On 2012-12-14 05:09, rajnikant jachak wrote:
> I'm using following link to access the documentation for Gstreamer version 0.10.30:
> http://gstreamer.freedesktop.org/data/doc/gstreamer/0.10.30/manual/html/
>
> You will find document for other versions under similar path.

That helps with the manuals & documentation, but what about the plugin overview?  It seems to
be a melange of information about all of the available plugins and is a great way to figure
out what plugin provides what elements and which plugin pack (gst-plugins-bad, etc) contains
what.  Any idea where to find that for an old gstreamer installation?

>
> On Fri, Dec 14, 2012 at 5:25 PM, Gary Thomas <[hidden email] <mailto:[hidden email]>> wrote:
>
>     Where can I find the plugins overview for 0.10 series of gstreamer?
>     The documentation at http://gstreamer.freedesktop.__org/documentation/plugins.html <http://gstreamer.freedesktop.org/documentation/plugins.html>
>     seems to be only for the 1.0 series (which isn't available on my platform yet)
>
>     Thanks

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: plugin overview

Tim-Philipp Müller-2
On Fri, 2012-12-14 at 05:19 -0700, Gary Thomas wrote:

> That helps with the manuals & documentation, but what about the plugin overview?  It seems to
> be a melange of information about all of the available plugins and is a great way to figure
> out what plugin provides what elements and which plugin pack (gst-plugins-bad, etc) contains
> what.  Any idea where to find that for an old gstreamer installation?

I don't think there's a 0.10 version of those online. It's mostly the
same in 1.0, besides some renames (ff* -> av*) and plugin moves (vp8*
moved to good).

 Cheers
  -Tim



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: plugin overview

Peter Rennert
Try to use plain gst-inspect-0.10 without arguments.

That gives at least the installed plugins. If you are really desperate
you can check the autogen.sh files in the plugin repositories/ folders
and see what plugins they check for. Generally the documentation is
within the git repositories, so you should have a documentation local
for your version.




On 12/14/2012 12:26 PM, Tim-Philipp Müller wrote:

> On Fri, 2012-12-14 at 05:19 -0700, Gary Thomas wrote:
>
>> That helps with the manuals & documentation, but what about the plugin overview?  It seems to
>> be a melange of information about all of the available plugins and is a great way to figure
>> out what plugin provides what elements and which plugin pack (gst-plugins-bad, etc) contains
>> what.  Any idea where to find that for an old gstreamer installation?
> I don't think there's a 0.10 version of those online. It's mostly the
> same in 1.0, besides some renames (ff* -> av*) and plugin moves (vp8*
> moved to good).
>
>   Cheers
>    -Tim
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: plugin overview

Gary Thomas
On 2012-12-14 12:26, Peter Rennert wrote:
> Try to use plain gst-inspect-0.10 without arguments.
>
> That gives at least the installed plugins. If you are really desperate you can check the autogen.sh files in the plugin repositories/ folders and see what plugins they check for.
> Generally the documentation is within the git repositories, so you should have a documentation local for your version.

Sure, that works for things that have been installed.  However, I'm working
on a small embedded system and I can't afford to install every possible
plugin and what I'm looking for is the deeper inspection of the plugins
for their elements so I can install just the plugin I need.  For example,
I was trying to run a pipeline which includes the timeoverlay element.
How am I to guess that that element is actually in gst-plugins-base-pango?
That's what the [cool] overview page gets me.  Too bad it seems to no longer
be available for the older gstreamer-0.10 series...

> On 12/14/2012 12:26 PM, Tim-Philipp Müller wrote:
>> On Fri, 2012-12-14 at 05:19 -0700, Gary Thomas wrote:
>>
>>> That helps with the manuals & documentation, but what about the plugin overview?  It seems to
>>> be a melange of information about all of the available plugins and is a great way to figure
>>> out what plugin provides what elements and which plugin pack (gst-plugins-bad, etc) contains
>>> what.  Any idea where to find that for an old gstreamer installation?
>> I don't think there's a 0.10 version of those online. It's mostly the
>> same in 1.0, besides some renames (ff* -> av*) and plugin moves (vp8*
>> moved to good).

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel