summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-06-29 14:48:59 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-06-29 14:48:59 +0000
commite1ffe6d0d442aee7ae5f705beed9d8857b1c2e7b (patch)
tree7ee0dc566ca6272af21b547f918651e74d8c6e06 /ChangeLog
parentddf42d077245c96b2cf7f3cadeddd56545d72f47 (diff)
downloadgst-plugins-bad-e1ffe6d0d442aee7ae5f705beed9d8857b1c2e7b.tar.gz
gst-plugins-bad-e1ffe6d0d442aee7ae5f705beed9d8857b1c2e7b.tar.bz2
gst-plugins-bad-e1ffe6d0d442aee7ae5f705beed9d8857b1c2e7b.zip
ext/dc1394/gstdc1394.c: The correct fourcc for the 4:1:1 packed format is 'IYU1'.
Original commit message from CVS: * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color): The correct fourcc for the 4:1:1 packed format is 'IYU1'. With CVS of ffmpegcolorspace from plugins-base, I can now get 30 fps from the iSight.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea49d124..6db4d203 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
* ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
+
+ The correct fourcc for the 4:1:1 packed format is 'IYU1'.
+ With CVS of ffmpegcolorspace from plugins-base, I can now
+ get 30 fps from the iSight.
+
+2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
Change a g_print to a GST_DEBUG message.
2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>