glupload: Remove debug output from gst_gl_upload_transform_caps()
authorSebastian Dröge <sebastian@centricular.com>
Wed, 29 Jul 2015 18:10:57 +0000 (19:10 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:07 +0000 (19:32 +0000)
commit260104e485f18c87ef001806ed8379692bb51e2c
tree508a4c1902c2f6fd3d665139a4ba993b03b7217c
parent52a9fe006f5b1124c8579b3e7c9b8b038705548c
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.
gst-libs/gst/gl/gstglupload.c