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 707074 - examples: port directfb test
examples: port directfb test
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.1.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-29 18:07 UTC by Kerrick Staley
Modified: 2013-09-18 16:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch replacing gst_pad_get_negotiated_caps with gst_pad_get_current_caps (2.19 KB, patch)
2013-08-29 18:07 UTC, Kerrick Staley
committed Details | Review

Description Kerrick Staley 2013-08-29 18:07:56 UTC
Created attachment 253534 [details] [review]
Patch replacing gst_pad_get_negotiated_caps with gst_pad_get_current_caps

gst_pad_get_negotiated_caps was removed from 1.0; gst_pad_get_current_caps should be used instead. See http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random
/porting-to-1.0.txt
Comment 1 Tim-Philipp Müller 2013-08-29 19:16:51 UTC
Thanks for the patch!

I don't think it makes sense to push these updates for just this function to plugins which haven't been ported yet, that's just confusing.

But I've pushed the one for the directfb test since it makes it build and run, somewhat at least:


commit df287fe250e7d1617766fc4a325ee3a00105f78b
Author: Kerrick Staley <kerrick@kerrickstaley.com>
Date:   Thu Aug 29 11:02:37 2013 -0700

    examples: port directfb example to 1.0
    
    gst_pad_get_negotiated_caps was removed from 1.0;
    gst_pad_get_current_caps should be used instead. See
    http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random
    /porting-to-1.0.txt
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707074