How to change the version of the GStreamer plugin

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

How to change the version of the GStreamer plugin

Kiran Kumar
Hi all,

I have developed a gstreamer plugin with the help of plugin writers guide. If I do a gst-inspect on the plugin, the VERSION of the plugin is always 1.0.0. I tried changing the version in GST_PLUGIN_DEFINE (). But, the plugin is not compiling when I do this.

My requirement:

I need to have my own version of the plugin. So that I can change the version and check-in whenever the changes are made to it.

My question:

1. Is it possible to change the plugin version?
2. If the answer to the above question is 'yes', how to do it?

Thanks in advance

Kiran

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

Re: How to change the version of the GStreamer plugin

Nicolas Dufresne-4
Le mardi 12 juillet 2016 à 17:16 -0700, Kiran Kumar a écrit :
> 1. Is it possible to change the plugin version?
> 2. If the answer to the above question is 'yes', how to do it?

Yes, through the version parameter of GST_PLUGINS_DEFINE. Don't confuse
with major/minor. In general, show us your attempt, it will be quick to
correct you as needed.

Nicolas
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

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

Re: How to change the version of the GStreamer plugin

Kiran Kumar
Hi Nicolas,

Thank you very much for your reply. 

I am able to change the VERSION number now. I edited the VERSION macro in config.h file.

Thanks and regards,
Kiran

On Tue, Jul 12, 2016 at 6:00 PM, Nicolas Dufresne <[hidden email]> wrote:
Le mardi 12 juillet 2016 à 17:16 -0700, Kiran Kumar a écrit :
> 1. Is it possible to change the plugin version?
> 2. If the answer to the above question is 'yes', how to do it?

Yes, through the version parameter of GST_PLUGINS_DEFINE. Don't confuse
with major/minor. In general, show us your attempt, it will be quick to
correct you as needed.

Nicolas

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel