diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-23 18:21:43 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-23 18:21:43 +0000 |
commit | 0067900eeda9a307b4fda5025172099e290a83f1 (patch) | |
tree | d093bd74ad2e77bcb5916c8415f538aab276ec3c | |
parent | c160ccc1f465b3f765ff65735a7f30822fcda515 (diff) | |
download | gst-plugins-bad-0067900eeda9a307b4fda5025172099e290a83f1.tar.gz gst-plugins-bad-0067900eeda9a307b4fda5025172099e290a83f1.tar.bz2 gst-plugins-bad-0067900eeda9a307b4fda5025172099e290a83f1.zip |
back to dev
Original commit message from CVS:
back to dev
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: back to dev + 2004-06-23 Wim Taymans <wim@fluendo.com> * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start), @@ -10,7 +14,9 @@ (gst_alsa_src_loop): Add clock to alsasrc. Take new capture timestamp when restarting after an overrun. Split up some functions between - alsasrc ans alsasink. + alsasrc and alsasink. + +=== release 0.8.2 === 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org> diff --git a/configure.ac b/configure.ac index d7f52d2a..38672186 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 1, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 2, 1, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |