gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps): Style fix.
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 09:08:36 +0000 (09:08 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 09:08:36 +0000 (09:08 +0000)
Original commit message from CVS:
2005-07-05  Andy Wingo  <wingo@pobox.com>

* gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
Style fix.

ChangeLog
gst/videoscale/gstvideoscale.c

index 7c1f1c3..8bc2a1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-05  Andy Wingo  <wingo@pobox.com>
+
+       * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
+       Style fix.
+
 2005-07-04  Wim Taymans  <wim@fluendo.com>
 
        * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
index 777d49d..6229ba8 100644 (file)
@@ -276,7 +276,7 @@ gst_videoscale_transform_caps (GstBaseTransform * trans, GstPad * pad,
 
   videoscale = GST_VIDEOSCALE (trans);
 
-  ret = gst_caps_make_writable (gst_caps_ref (caps));
+  ret = gst_caps_copy (caps);
 
   for (i = 0; i < gst_caps_get_size (ret); i++) {
     GstStructure *structure = gst_caps_get_structure (ret, i);