summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-08-12 16:39:45 +0000
committerJohan Dahlin <johan@gnome.org>2004-08-12 16:39:45 +0000
commit0b1ae468aef4d06695297bec9b7a6e255a8a1970 (patch)
tree9be740b61073562f0a0b1df8a64f55f784b2ac2c /ChangeLog
parent91f58535f697b2ca3e6e316a96ec8e4addc30e44 (diff)
downloadgst-plugins-bad-0b1ae468aef4d06695297bec9b7a6e255a8a1970.tar.gz
gst-plugins-bad-0b1ae468aef4d06695297bec9b7a6e255a8a1970.tar.bz2
gst-plugins-bad-0b1ae468aef4d06695297bec9b7a6e255a8a1970.zip
sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus checks. Doesn't matter what state we are in. Interfac...
Original commit message from CVS: * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus checks. Doesn't matter what state we are in. Interfaces are a compile time thing, not runtime. It also broke the python bindings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ff6cc6e..53be3930 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-08-12 Johan Dahlin <johan@gnome.org>
+
+ * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
+ checks. Doesn't matter what state we are in. Interfaces are a
+ compile time thing, not runtime. It also broke the python bindings.
+
2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* ext/lame/gstlame.c: (gst_lame_src_link):