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)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 29 Jul 2015 18:11:58 +0000 (19:11 +0100)
commitb21f01276c35d1b62775514d609196ed27d20fff
tree8f70d7a0c961ef96cc9f9eca33424caf4473aeb2
parent82a2b43bdd31f8cff153d7de802034aeef03830a
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