summaryrefslogtreecommitdiff
path: root/ext/gdk_pixbuf/pixbufscale.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-08-26 22:39:55 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-08-27 21:20:30 +0100
commit4bb52bbadfe7e3de57ab3908dbc0f4f1b964514f (patch)
treedeb30ed338b5ec2e038ac8233f283e8c1c00683c /ext/gdk_pixbuf/pixbufscale.c
parente4cb67fad898cd6d0c7516e48168e9632995872f (diff)
downloadgstreamer-plugins-good-4bb52bbadfe7e3de57ab3908dbc0f4f1b964514f.tar.gz
docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
Diffstat (limited to 'ext/gdk_pixbuf/pixbufscale.c')
-rw-r--r--ext/gdk_pixbuf/pixbufscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gdk_pixbuf/pixbufscale.c b/ext/gdk_pixbuf/pixbufscale.c
index 95cf340a3..f2ab968d7 100644
--- a/ext/gdk_pixbuf/pixbufscale.c
+++ b/ext/gdk_pixbuf/pixbufscale.c
@@ -31,7 +31,7 @@
#define ROUND_UP_4(x) (((x)+3)&~3)
#define ROUND_UP_8(x) (((x)+7)&~7)
-/* These match the ones gstffmpegcolorspace uses (Tim) */
+/* These match the ones gstvideoconvert uses (Tim) */
#define GST_RGB24_ROWSTRIDE(width) (ROUND_UP_4 ((width)*3))
#define GST_RGB24_SIZE(width,height) ((height)*GST_RGB24_ROWSTRIDE(width))