Videomixer with size changing support as parameter.

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

Videomixer with size changing support as parameter.

Jaka Hudoklin
Hello!

I have modified videomixer plugin to support changing width and height as parameters. I know that it's possible to change width and height with changing caps, but in a such a case you can't make nice linear transitions(animations) as far as i know. Source is avalible on https://github.com/offlinehacker/gst-plugins-good .

I have two questions:
- Is there any possiblity for this plugin to be included in gst-plugins-ugly like a new element?
- How can i include some library functions from one plugin to another plugin, without coping source and header files?

Have a nice day, Jaka Hudoklin.

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

Re: Videomixer with size changing support as parameter.

Stefan Sauer
On 09/14/11 15:55, Jaka Hudoklin wrote:
Hello!

I have modified videomixer plugin to support changing width and height as parameters. I know that it's possible to change width and height with changing caps, but in a such a case you can't make nice linear transitions(animations) as far as i know. Source is avalible on https://github.com/offlinehacker/gst-plugins-good .

that sounds cool.

I have two questions:
- Is there any possiblity for this plugin to be included in gst-plugins-ugly like a new element?
- How can i include some library functions from one plugin to another plugin, without coping source and header files?

As you just add a feature you could post a series of patches to bugzilla and we can add that to the existing elements.

Stefan

Have a nice day, Jaka Hudoklin.
_______________________________________________ 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: Videomixer with size changing support as parameter.

Jaka Hudoklin
Tnx, just did that :)

On Fri, Sep 16, 2011 at 10:06 PM, Stefan Sauer <[hidden email]> wrote:
On 09/14/11 15:55, Jaka Hudoklin wrote:
Hello!

I have modified videomixer plugin to support changing width and height as parameters. I know that it's possible to change width and height with changing caps, but in a such a case you can't make nice linear transitions(animations) as far as i know. Source is avalible on https://github.com/offlinehacker/gst-plugins-good .

that sounds cool.


I have two questions:
- Is there any possiblity for this plugin to be included in gst-plugins-ugly like a new element?
- How can i include some library functions from one plugin to another plugin, without coping source and header files?

As you just add a feature you could post a series of patches to bugzilla and we can add that to the existing elements.

Stefan

Have a nice day, Jaka Hudoklin.
_______________________________________________ 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



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

Re: Videomixer with size changing support as parameter.

Jaka Hudoklin
I still have one question, how can i include code(source/header files) from one plugin to another, without copying?

On Sat, Sep 17, 2011 at 6:06 PM, Jaka Hudoklin <[hidden email]> wrote:
Tnx, just did that :)


On Fri, Sep 16, 2011 at 10:06 PM, Stefan Sauer <[hidden email]> wrote:
On 09/14/11 15:55, Jaka Hudoklin wrote:
Hello!

I have modified videomixer plugin to support changing width and height as parameters. I know that it's possible to change width and height with changing caps, but in a such a case you can't make nice linear transitions(animations) as far as i know. Source is avalible on https://github.com/offlinehacker/gst-plugins-good .

that sounds cool.


I have two questions:
- Is there any possiblity for this plugin to be included in gst-plugins-ugly like a new element?
- How can i include some library functions from one plugin to another plugin, without coping source and header files?

As you just add a feature you could post a series of patches to bugzilla and we can add that to the existing elements.

Stefan

Have a nice day, Jaka Hudoklin.
_______________________________________________ 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




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

Re: Videomixer with size changing support as parameter.

Stefan Sauer
On 09/17/11 22:35, Jaka Hudoklin wrote:
I still have one question, how can i include code(source/header files) from one plugin to another, without copying?

You can't unless your element is part of the same plugin.

Stefan


On Sat, Sep 17, 2011 at 6:06 PM, Jaka Hudoklin <[hidden email]> wrote:
Tnx, just did that :)


On Fri, Sep 16, 2011 at 10:06 PM, Stefan Sauer <[hidden email]> wrote:
On 09/14/11 15:55, Jaka Hudoklin wrote:
Hello!

I have modified videomixer plugin to support changing width and height as parameters. I know that it's possible to change width and height with changing caps, but in a such a case you can't make nice linear transitions(animations) as far as i know. Source is avalible on https://github.com/offlinehacker/gst-plugins-good .

that sounds cool.


I have two questions:
- Is there any possiblity for this plugin to be included in gst-plugins-ugly like a new element?
- How can i include some library functions from one plugin to another plugin, without coping source and header files?

As you just add a feature you could post a series of patches to bugzilla and we can add that to the existing elements.

Stefan

Have a nice day, Jaka Hudoklin.
_______________________________________________ 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



_______________________________________________ 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