mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
caps: warn when make_writable result is ignored
This commit is contained in:
parent
bd028a7524
commit
97be4713ea
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ GstCaps * gst_caps_new_full_valist (GstStructure *structure,
|
|||
va_list var_args);
|
||||
|
||||
/* reference counting */
|
||||
GstCaps * gst_caps_make_writable (GstCaps *caps);
|
||||
GstCaps * gst_caps_make_writable (GstCaps *caps) G_GNUC_WARN_UNUSED_RESULT;
|
||||
|
||||
GType gst_static_caps_get_type (void);
|
||||
GstCaps * gst_static_caps_get (GstStaticCaps *static_caps);
|
||||
|
|
Loading…
Reference in a new issue