diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-11-23 12:42:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-11-23 12:42:21 +0000 |
commit | 02f993f9695003625eb4c935338478cc1c187c1f (patch) | |
tree | 35c313ba5bda7321d77aa2b1cc839b03656afdfa /ChangeLog | |
parent | 8c1bda373940063722906847af9b644e6a6c5409 (diff) | |
download | gst-plugins-bad-02f993f9695003625eb4c935338478cc1c187c1f.tar.gz gst-plugins-bad-02f993f9695003625eb4c935338478cc1c187c1f.tar.bz2 gst-plugins-bad-02f993f9695003625eb4c935338478cc1c187c1f.zip |
sys/v4l/: Probe less and cache it. Fixes #159187.
Original commit message from CVS:
* sys/v4l/gstv4lsrc.c:
* sys/v4l/gstv4lsrc.h:
* sys/v4l/v4lsrc_calls.c:
Probe less and cache it. Fixes #159187.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org> + * sys/v4l/gstv4lsrc.c: + * sys/v4l/gstv4lsrc.h: + * sys/v4l/v4lsrc_calls.c: + Probe less and cache it. Fixes #159187. + +2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org> + * gst/videorate/gstvideorate.c: Handle all video formats. Fixes #159186. |