summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-01 12:32:25 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-01 12:32:25 +0000
commitff21ac14532d0daec26e51d93c865d508328b5db (patch)
tree72a848ad2b649e538c4f1ca990c637f332247639
parent1364d7cbeeb1af38ba7ecafaf77443f5dd765f78 (diff)
downloadgst-plugins-bad-ff21ac14532d0daec26e51d93c865d508328b5db.tar.gz
gst-plugins-bad-ff21ac14532d0daec26e51d93c865d508328b5db.tar.bz2
gst-plugins-bad-ff21ac14532d0daec26e51d93c865d508328b5db.zip
gst/videoscale/gstvideoscale.c: Fix negotiation.
Original commit message from CVS: * gst/videoscale/gstvideoscale.c: (gst_videoscale_link): Fix negotiation.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb4c6378..8a52e661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
+ Fix negotiation.
+
2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>