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 753913 - caopengllayersink: Don't chain up to parent's query handling twice for DRAIN query
caopengllayersink: Don't chain up to parent's query handling twice for DRAIN ...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.5.90
Other Linux
: Normal minor
: 1.5.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-21 07:42 UTC by HoonHee Lee
Modified: 2015-08-28 18:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
caopengllayersink: remove duplicated statement to calling query (791 bytes, patch)
2015-08-21 07:42 UTC, HoonHee Lee
committed Details | Review

Description HoonHee Lee 2015-08-21 07:42:15 UTC
Created attachment 309790 [details] [review]
caopengllayersink: remove duplicated statement to calling query

Dear All.
I found following duplicate calling drain query in caopengllayersink.
=> GST_BASE_SINK_CLASS (parent_class)->query (bsink, query);
Thus, I just removed it.
Comment 1 Sebastian Dröge (slomo) 2015-08-21 08:11:06 UTC
commit cdd484800aae34bcd8020b60d41116580c8060cb
Author: hoonhee.lee <hoonhee.lee@lge.com>
Date:   Fri Aug 21 16:31:41 2015 +0900

    caopengllayersink: Don't chain up to parent's query handling twice for DRAIN query
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753913