summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-06-17 17:07:50 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-06-17 17:07:50 +0000
commit58d208d8c3d682b8dfe9834e110fe984285f28cb (patch)
tree6ff318e419b354f80a0d9c93411499a9ea053b48
parentb7a9e91667470f99b86d03f42beee7204b078482 (diff)
downloadgstreamer-plugins-bad-58d208d8c3d682b8dfe9834e110fe984285f28cb.tar.gz
notify; don't overlimit
Original commit message from CVS: notify; don't overlimit
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2904b3c4..22cf1edb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
+ * gst/videorate/gstvideorate.c: (gst_videorate_chain):
+ notify drops and duplicates
+ * gst/videoscale/videoscale.c: (videoscale_get_structure):
+ no good reason to limit ourselves to 100x100
+
+2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
+
* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
(gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
(gst_v4lsrc_get), (gst_v4lsrc_set_property),