After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763197 - devtools: use new gst_element_class_add_static_pad_template()
devtools: use new gst_element_class_add_static_pad_template()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
git master
Other Linux
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-06 23:55 UTC by Vineeth
Modified: 2016-03-24 12:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use new gst_element_class_add_static_pad_template() (1.19 KB, patch)
2016-03-06 23:56 UTC, Vineeth
committed Details | Review
validate: use new gst_element_class_add_static_pad_template() (3.85 KB, patch)
2016-03-06 23:57 UTC, Vineeth
committed Details | Review

Description Vineeth 2016-03-06 23:55:39 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()
Comment 1 Vineeth 2016-03-06 23:56:23 UTC
Created attachment 323222 [details] [review]
use new gst_element_class_add_static_pad_template()
Comment 2 Vineeth 2016-03-06 23:57:53 UTC
Created attachment 323223 [details] [review]
validate: use new gst_element_class_add_static_pad_template()
Comment 3 Sebastian Dröge (slomo) 2016-03-24 12:54:30 UTC
commit 5d503c92711d2062e2dbfb73a96f3d2d553b0b72
Author: Vineeth T M <vineeth.tm@samsung.com>
Date:   Mon Mar 7 08:55:27 2016 +0900

    validate: use new gst_element_class_add_static_pad_template()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763197

commit 36f490a325ba938aedae529d7684a0652ea31508
Author: Vineeth T M <vineeth.tm@samsung.com>
Date:   Mon Mar 7 08:53:23 2016 +0900

    codecanalyzer: use new gst_element_class_add_static_pad_template()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763197