mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps): Style fix.
Original commit message from CVS: 2005-07-05 Andy Wingo <wingo@pobox.com> * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps): Style fix.
This commit is contained in:
parent
45bb2fe9d3
commit
0db66b48d9
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue