mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
glupload: Remove debug output from gst_gl_upload_transform_caps()
We can't know if the GstGLUpload type is initialized at this point already, and thus our debug category might not be initialized yet... and cause an assertion here. As we don't print debug output for any of the other transform functions, let's defer this problem for now.
This commit is contained in:
parent
82a2b43bdd
commit
b21f01276c
1 changed files with 0 additions and 2 deletions
|
@ -987,8 +987,6 @@ gst_gl_upload_transform_caps (GstGLContext * context, GstPadDirection direction,
|
|||
|
||||
if (filter) {
|
||||
result = gst_caps_intersect_full (filter, tmp, GST_CAPS_INTERSECT_FIRST);
|
||||
GST_LOG ("Filtering transformed caps %" GST_PTR_FORMAT " against filter %"
|
||||
GST_PTR_FORMAT " yields %" GST_PTR_FORMAT, tmp, filter, result);
|
||||
gst_caps_unref (tmp);
|
||||
} else {
|
||||
result = tmp;
|
||||
|
|
Loading…
Reference in a new issue