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 763196 - rtspclientsink: use new gst_element_class_add_static_pad_template()
rtspclientsink: use new gst_element_class_add_static_pad_template()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-06 23:53 UTC by Vineeth
Modified: 2016-03-24 12:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use new gst_element_class_add_static_pad_template() (1.04 KB, patch)
2016-03-06 23:54 UTC, Vineeth
committed Details | Review

Description Vineeth 2016-03-06 23:53:42 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:54:15 UTC
Created attachment 323221 [details] [review]
use new gst_element_class_add_static_pad_template()
Comment 2 Sebastian Dröge (slomo) 2016-03-24 12:41:17 UTC
commit 1796ce2f03f54f417ac72de8e8fdc6c0f02c11e5
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Mon Mar 7 08:50:01 2016 +0900

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