mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
releasing 0.9.6
Original commit message from CVS: releasing 0.9.6
This commit is contained in:
parent
b6a91dafbc
commit
f849df0457
4 changed files with 17 additions and 10 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,10 @@
|
|||
=== release 0.9.6 ===
|
||||
|
||||
2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.9.6, "Cold Cat"
|
||||
|
||||
2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame):
|
||||
|
@ -12,16 +19,16 @@
|
|||
|
||||
* HACKING:
|
||||
* ext/ffmpeg/gstffmpegcolorspace.c:
|
||||
Remove mentions of ffmpegcolorspace now that it's in
|
||||
gst-plugins-base
|
||||
Remove mentions of ffmpegcolorspace now that it's in
|
||||
gst-plugins-base
|
||||
|
||||
* ext/ffmpeg/Makefile.am:
|
||||
Link to gstreamer libraries
|
||||
Link to gstreamer libraries
|
||||
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_pixfmt):
|
||||
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
|
||||
(gst_ffmpegdec_close), (gst_ffmpegdec_setcaps),
|
||||
(gst_ffmpegdec_negotiate), (gst_ffmpegdec_frame):
|
||||
Convert to fractional framerate
|
||||
Convert to fractional framerate
|
||||
|
||||
2005-11-22 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer FFmpeg Plug-ins 0.9.5, "Sound Of Silence"
|
||||
This is GStreamer FFmpeg Plug-ins 0.9.6, "Cold Cat"
|
||||
|
||||
Changes since 0.9.4:
|
||||
|
||||
|
|
8
RELEASE
8
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.5 "Sound Of Silence"
|
||||
GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.6 "Cold Cat"
|
||||
|
||||
|
||||
The GStreamer team is petrified to announce a new release
|
||||
|
@ -35,7 +35,6 @@ Features of this release
|
|||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* DivX fix
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
|
@ -68,8 +67,9 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Edward Hervey
|
||||
* Ronald S. Bultje
|
||||
* Andy Wingo
|
||||
* Jan Schmidt
|
||||
* Luca Ognibene
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
|
|
@ -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-ffmpeg, GST_FFMPEG_VERSION, 0, 9, 5, 1,
|
||||
AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 9, 6, 0,
|
||||
GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
dnl we cheat here so we don't have to change the actual configure code bit
|
||||
|
|
Loading…
Reference in a new issue