Example #1
0
 /**
  * Returns a writable copy of this caps.
  *
  * <p>This method will invalidate the native side of this caps object, so it should not be used
  * after calling this method, and only the returned Caps object should be used.
  *
  * <p>
  *
  * @return A writable version of this caps object.
  */
 public Caps makeWritable() {
   return GSTCAPS_API.gst_caps_make_writable(this);
 }