Overview about api changes between 0.10 and 1.0?

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

Overview about api changes between 0.10 and 1.0?

Thomas Loewe
Hi,

I tried to compile my program against new GStreamer and get lots of errors.

For example I have used gst_pad_get_negotiated_caps() which doesn't exist anymore and I guess it should replaced with gst_pad_get_current_caps() now. Or gst_element_get_pad() is now gst_element_get_static_pad() and so on.

Is there any overview which functions was removed/renamed/replaced?

Thanks,
Thomas
Reply | Threaded
Open this post in threaded view
|

Re: Overview about api changes between 0.10 and 1.0?

Wim Taymans
You are looking for this:

http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random/porting-to-0.11.txt

Wim

On 06/18/2012 02:37 PM, Thomas Loewe wrote:

> Hi,
>
> I tried to compile my program against new GStreamer and get lots of errors.
>
> For example I have used gst_pad_get_negotiated_caps() which doesn't exist
> anymore and I guess it should replaced with gst_pad_get_current_caps() now.
> Or gst_element_get_pad() is now gst_element_get_static_pad() and so on.
>
> Is there any overview which functions was removed/renamed/replaced?
>
> Thanks,
> Thomas
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Overview-about-api-changes-between-0-10-and-1-0-tp4655314.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> 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: Overview about api changes between 0.10 and 1.0?

Thomas Loewe