From: Johan Dahlin Date: Thu, 12 Aug 2004 16:39:45 +0000 (+0000) Subject: sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus checks. Doesn't matte... X-Git-Tag: 1.19.3~505^2~3118 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f90503d31f4234a6139cd43b4a29a0a90630b2f;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index 4ff6cc6..53be393 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-08-12 Johan Dahlin + + * 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 * ext/lame/gstlame.c: (gst_lame_src_link):