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 696916 - videofilter doesn't add caps in pool config
videofilter doesn't add caps in pool config
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-30 16:40 UTC by Matej Knopp
Modified: 2013-04-04 08:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.38 KB, patch)
2013-03-30 16:41 UTC, Matej Knopp
none Details | Review

Description Matej Knopp 2013-03-30 16:40:10 UTC
Results in warning from gstvideopool (no caps in config)
Comment 1 Matej Knopp 2013-03-30 16:41:17 UTC
Created attachment 240172 [details] [review]
Patch

This fixes the warning. Not sure if it is a proper fix though.
Comment 2 Wim Taymans 2013-04-04 08:44:54 UTC
commit c78cbd0d95a2608656b739d6c17e57f49433e288
Author: Matej Knopp <matej.knopp@gmail.com>
Date:   Sat Mar 30 17:39:39 2013 +0100

    videofilter: add caps to pool config
    
    Does not cause problems but it fixes a warning in the log.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=696916