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 763076 - good plugins: use new gst_element_class_add_static_pad_template()
good plugins: use new gst_element_class_add_static_pad_template()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-04 01:45 UTC by Vineeth
Modified: 2016-03-24 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use new gst_element_class_add_static_pad_template() (27.90 KB, patch)
2016-03-04 01:47 UTC, Vineeth
none Details | Review
use new gst_element_class_add_static_pad_template() (27.90 KB, application/zip)
2016-03-04 01:48 UTC, Vineeth
  Details
use new gst_element_class_add_static_pad_template() (226.67 KB, patch)
2016-03-04 02:02 UTC, Vineeth
committed Details | Review

Description Vineeth 2016-03-04 01:45:03 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-04 01:47:39 UTC
Created attachment 323050 [details] [review]
use new gst_element_class_add_static_pad_template()

Sorry not able to attach the patch from office due to security restrictions on the size limit. Hence compressing the patch file into zip and attaching.
Comment 2 Vineeth 2016-03-04 01:48:13 UTC
Created attachment 323051 [details]
use new gst_element_class_add_static_pad_template()

Sorry not able to attach the patch from office due to security restrictions on the size limit. Hence compressing the patch file into zip and attaching.
Comment 3 Vineeth 2016-03-04 02:02:09 UTC
Created attachment 323053 [details] [review]
use new gst_element_class_add_static_pad_template()

found a way to upload :)
Comment 4 Sebastian Dröge (slomo) 2016-03-24 12:34:44 UTC
commit 1071309870735ce1f167a2e53c224636812e6eaf
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Fri Mar 4 10:30:12 2016 +0900

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