summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-06-16 15:07:57 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-06-16 15:07:57 +0000
commit617247ed8db5ba3adb43cf9a52873f3ceb16c3f0 (patch)
tree89fcbce57dd70f0626f2376af9fb6e8e549e4fd5
parentc7955f6ed646b78143b15fa053d3d557d071bed6 (diff)
downloadgstreamer-plugins-bad-617247ed8db5ba3adb43cf9a52873f3ceb16c3f0.tar.gz
sys/v4l/: Added a copy mode to v4lsrc where it will output a copied version of its internal hardware buffer.
Original commit message from CVS: * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get): * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type), (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps), (gst_v4lsrc_get), (gst_v4lsrc_set_property), (gst_v4lsrc_get_property): * sys/v4l/gstv4lsrc.h: Added a copy mode to v4lsrc where it will output a copied version of its internal hardware buffer. Fix the wrong FLAG_SET usage. The flags are integers, not bits, you can't | them.
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2cd1964b..a6f87b194 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2004-06-16 Wim Taymans <wim@fluendo.com>
+ * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
+ * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
+ (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
+ (gst_v4lsrc_get), (gst_v4lsrc_set_property),
+ (gst_v4lsrc_get_property):
+ * sys/v4l/gstv4lsrc.h:
+ Added a copy mode to v4lsrc where it will output a copied version
+ of its internal hardware buffer.
+ Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
+ can't | them.
+
+2004-06-16 Wim Taymans <wim@fluendo.com>
+
* sys/oss/gstosssrc.c: (gst_osssrc_get):
Timestamp fixes.