diff options
author | Johan Dahlin <johan@gnome.org> | 2004-08-12 16:39:45 +0000 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2004-08-12 16:39:45 +0000 |
commit | 98bda21c08f862947cfd78b8c0ed988498d1fe8b (patch) | |
tree | 9e49c9db555db57ae69eadf1b1fa0b22f46da9c3 | |
parent | 81835b3172450faf9c60cb74179068bc722086ec (diff) |
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.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |