示例#1
0
 /**
  * Creates a new Caps that indicates that it is compatible with any media format.
  *
  * @return The new Caps.
  */
 public static Caps anyCaps() {
   return new Caps(initializer(GSTCAPS_API.ptr_gst_caps_new_any()));
 }