GNOME Bugzilla – Bug 752408
video-overlay-composition:use standard way of overlay composition DEFINES
Last modified: 2015-07-15 14:13:07 UTC
Created attachment 307455 [details] [review] standard defines for overlay-compositon patch The overlay-composition definition used are deprecated. Use the same way as for other components. For e.g Remove the private cast GST_VIDEO_OVERLAY_COMPOSITION_CAST(obj) define with (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_VIDEO_OVERLAY_COMPOSITION, GstVideoOverlayComposition)) BR, Sudip
Comment on attachment 307455 [details] [review] standard defines for overlay-compositon patch This looks suspicious to me. Did you test these? GstVideoOverlayComposition is a GstMiniObject not a GTypeInstance.