mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
back to dev
Original commit message from CVS: back to dev
This commit is contained in:
parent
e56c174f8d
commit
a05795b7e4
2 changed files with 8 additions and 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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue