diff options
| author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-29 13:27:45 +0000 |
|---|---|---|
| committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-29 13:27:45 +0000 |
| commit | 8f56dce24de1a28e57f4568562cc032bad33819e (patch) | |
| tree | c2b7385bc02af48b4c417d34839ca757cbd64d64 /ChangeLog | |
| parent | 70e3dd069c394b131d78e8de28b41e02e6e60b71 (diff) | |
configure.ac: Fix indentation, fix v4l2 plugin detection.
Original commit message from CVS:
* configure.ac:
Fix indentation, fix v4l2 plugin detection.
* ext/Makefile.am:
Fix libmms location (Maciej, use diff -u!).
* ext/alsa/gstalsa.c: (gst_alsa_init):
Initialize caps cache to NULL.
* gst/playback/gstplaybin.c: (gst_play_bin_change_state):
Only change state on audiosink if it exists.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * configure.ac: + Fix indentation, fix v4l2 plugin detection. + * ext/Makefile.am: + Fix libmms location (Maciej, use diff -u!). + * ext/alsa/gstalsa.c: (gst_alsa_init): + Initialize caps cache to NULL. + * gst/playback/gstplaybin.c: (gst_play_bin_change_state): + Only change state on audiosink if it exists. + 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org> * gst/matroska/matroska-demux.c: |
