GNOME Bugzilla – Bug 763020
gstreamer: use new gst_element_class_add_static_pad_template()
Last modified: 2016-03-24 12:46:47 UTC
A new API gst_element_class_add_static_pad_template() is added in https://bugzilla.gnome.org/show_bug.cgi?id=762778 to replace gst_element_class_add_pad_template() Doing the same in tests and other places in gstreamer. Guess the same needs to be done in other plugins as well. If this is a needed change, i can add it in all other plugins as well.
Created attachment 322942 [details] [review] use new gst_element_class_add_static_pad_template()
commit 8cc3e908c3651712f45313d68427fe9ea5e5e0bf Author: Vineeth TM <vineeth.tm@samsung.com> Date: Thu Mar 3 14:15:00 2016 +0900 gstreamer: use new gst_element_class_add_static_pad_template() https://bugzilla.gnome.org/show_bug.cgi?id=763020