GNOME Bugzilla – Bug 675598
gstcompat.h: should be hidden by DISABLE_DEPRECATED
Last modified: 2018-01-28 21:30:44 UTC
Patch following
Created attachment 213570 [details] [review] Remove no-op code
Yeah, I noticed that too, but I don't think it's quite right. The entire header should really be inside ifndef _DISABLE_DEPRECATED, but more work all over the place needs to be done before that doesn't cause breakage in other modules.
Comment on attachment 213570 [details] [review] Remove no-op code Rejecting for now, in the hope that we'll manage to fix it properly :)
If we want to block gstcompat.h, it probably makes sense to make gst_pad_set_caps() to gstutils.h, as it's seriously convenient.
Maybe it should be _send_caps() then to make it more obvious that an event is being sent?
I don't think anything needs to be done here let's close it :)