From 73dfd99c952c9bbc9c27a44836880620e7d8bf8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 23 Feb 2012 11:20:33 +0000 Subject: [PATCH] Bump version after release --- NEWS | 34 +++++++++- RELEASE | 65 ++++++++++--------- configure.ac | 6 +- docs/plugins/gst-plugins-ugly-plugins.args | 32 ++++----- .../gst-plugins-ugly-plugins.hierarchy | 19 +++--- .../gst-plugins-ugly-plugins.interfaces | 2 + docs/plugins/inspect/plugin-a52dec.xml | 2 +- docs/plugins/inspect/plugin-amrnb.xml | 2 +- docs/plugins/inspect/plugin-amrwbdec.xml | 2 +- docs/plugins/inspect/plugin-asf.xml | 2 +- docs/plugins/inspect/plugin-cdio.xml | 2 +- docs/plugins/inspect/plugin-dvdlpcmdec.xml | 2 +- docs/plugins/inspect/plugin-dvdread.xml | 2 +- docs/plugins/inspect/plugin-dvdsub.xml | 2 +- docs/plugins/inspect/plugin-iec958.xml | 2 +- docs/plugins/inspect/plugin-lame.xml | 2 +- docs/plugins/inspect/plugin-mad.xml | 2 +- docs/plugins/inspect/plugin-mpeg2dec.xml | 2 +- .../plugins/inspect/plugin-mpegaudioparse.xml | 2 +- docs/plugins/inspect/plugin-mpegstream.xml | 2 +- docs/plugins/inspect/plugin-realmedia.xml | 2 +- docs/plugins/inspect/plugin-siddec.xml | 2 +- docs/plugins/inspect/plugin-twolame.xml | 2 +- docs/plugins/inspect/plugin-x264.xml | 4 +- win32/common/config.h | 11 ++-- 25 files changed, 120 insertions(+), 87 deletions(-) diff --git a/NEWS b/NEWS index 795efaabb0..1e5b911d7f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,36 @@ -This is GStreamer Ugly Plug-ins 0.10.18 "Extra Life" +This is GStreamer Ugly Plug-ins 0.10.19 "Stronger" + +Changes since 0.10.18: + + * a52dec: don't claim to support upstream renegotiation + * dvddemux: tweak subtitle stream setup based on dvd language codes event + * dvdreadsrc: fix off by one in cell calculation for the last chapter + * dvdreadsrc: fix sector search for packed titles; fix sector seeking + * dvdreadsrc: map subtitle language tag to stream indicated in PGC data + * dvdreadsrc: take into account first sector of the current title + * lame, lamemp3enc: ensure parsed output (most muxers need framed mp3 as input) + * lame, lamemp3enc: post CODEC and BITRATE tags + * mad: remove id3tag dependency used by in practice unreachable legacy code + * mpeg2dec: don't treat non-fatal errors as fatal and fix spurious failure to decode some files + * mpeg2dec: post QoS messages when dropping a frame due to QoS + * rtpasfdepay: avoid re-sending header; fix fragmented packet handling and packet padding + * twolame: improve output framing and timestamping + * x264enc: allow renegotiation but prefer current caps + * x264enc: negotiate profile, level and output stream-format from downstream caps where appropriate + +Bugs fixed since 0.10.18: + + * 644233 : Set the H.264 level from the caps for encoding + * 391543 : lame should add a tag with the chosen bitrate + * 429476 : [mpeg2dec] can't play auge.mpg + * 653473 : x264enc: " subme " property value can go up to 10 + * 655223 : [x264enc] properly handle stream-format from caps + * 658297 : rmdemux: tags get lost when transcoding + * 659252 : dvdreadsrc: various fixes for titles not starting on a new file + * 660562 : mpeg2dec: post QoS messages when dropping a frame due to QoS + * 662964 : asfdemux memleak + * 664175 : x264enc ! avimux results in not-negotiated flow error + * 665101 : Wrong format string in gst_dvd_read_src_do_seek Changes since 0.10.17: diff --git a/RELEASE b/RELEASE index a89531cb58..1468eda2f7 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Ugly Plug-ins 0.10.18 "Extra Life" +Release notes for GStreamer Ugly Plug-ins 0.10.19 "Stronger" The GStreamer team is proud to announce a new release @@ -55,34 +55,35 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * amrwbdec: avoid stalling on invalid frame - * asfpacket: don't rely on data from duration extension - * dvdsubdec: Implement clipping if the video size is smaller than the subpicture size - * dvdsubdec: Output only a single buffer per subpicture and set the correct duration - * lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream - * mad: build the mad plugin even if libid3tag is not available - * mpeg2dec: do not fail fatally when downstream is unlinked (let upstream handle that) - * mpeg2dec: don't deadlock when setting an index - * mpegstream: increase allowable gap between streams - * x264enc: allow changing the bitrate and quantitizers dynamically - * x264enc: don't register flags with a value of 0 - * x264enc: implement getcaps function to proxy downstream caps restrictions upstream - * x264enc: make tag event writable before modifying tag list in place - * x264enc: set max bitrate in quality mode + * a52dec: don't claim to support upstream renegotiation + * dvddemux: tweak subtitle stream setup based on dvd language codes event + * dvdreadsrc: fix off by one in cell calculation for the last chapter + * dvdreadsrc: fix sector search for packed titles; fix sector seeking + * dvdreadsrc: map subtitle language tag to stream indicated in PGC data + * dvdreadsrc: take into account first sector of the current title + * lame, lamemp3enc: ensure parsed output (most muxers need framed mp3 as input) + * lame, lamemp3enc: post CODEC and BITRATE tags + * mad: remove id3tag dependency used by in practice unreachable legacy code + * mpeg2dec: don't treat non-fatal errors as fatal and fix spurious failure to decode some files + * mpeg2dec: post QoS messages when dropping a frame due to QoS + * rtpasfdepay: avoid re-sending header; fix fragmented packet handling and packet padding + * twolame: improve output framing and timestamping + * x264enc: allow renegotiation but prefer current caps + * x264enc: negotiate profile, level and output stream-format from downstream caps where appropriate Bugs fixed in this release - * 539708 : [mpegstream] Increase allowable gap between streams - * 607698 : asfdemux: fix parsing of packets with padding - * 619136 : [dvdsubdec] spits out buffers at video framerate - * 621663 : x264enc: support changing bitrate property on the fly - * 639291 : [xingmux] Return NULL instead of 0 for a function returning gboolean - * 639715 : amrparse: seek error with EOS - * 640272 : x264enc: make tag event writable before modifying tag list in place - * 641151 : lame: doesn't negotiate sample rate properly - * 642360 : x264enc: Don't register flags which have 0 as a value - * 644704 : [dvdsubedc] no SPU clipping implemented - * 647709 : mpeg2dec: errors out on not-linked flow return + * 644233 : Set the H.264 level from the caps for encoding + * 391543 : lame should add a tag with the chosen bitrate + * 429476 : [mpeg2dec] can't play auge.mpg + * 653473 : x264enc: " subme " property value can go up to 10 + * 655223 : [x264enc] properly handle stream-format from caps + * 658297 : rmdemux: tags get lost when transcoding + * 659252 : dvdreadsrc: various fixes for titles not starting on a new file + * 660562 : mpeg2dec: post QoS messages when dropping a frame due to QoS + * 662964 : asfdemux memleak + * 664175 : x264enc ! avimux results in not-negotiated flow error + * 665101 : Wrong format string in gst_dvd_read_src_do_seek Download @@ -111,17 +112,17 @@ Applications Contributors to this release - * Brendan Le Foll + * Brian Gitonga Marete + * David Schleef * Edward Hervey - * Luis de Bethencourt + * Julien Isorce * Mark Nauwelaerts - * Miguel Angel Cabrera Moya * Olivier Crête * Sebastian Dröge - * Sjoerd Simons * Stefan Kost - * Thibault Saunier + * Stefan Sauer + * Thiago Santos * Tim-Philipp Müller * Vincent Penquerc'h - * Yang Xichuan + * Руслан Ижбулатов   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 20ba788ee3..e5be3ed613 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, cvs and prerelease does -Werror too dnl use a three digit version number for releases, and four for cvs/prerelease -AC_INIT(GStreamer Ugly Plug-ins, 0.10.18.1, +AC_INIT(GStreamer Ugly Plug-ins, 0.10.19.1, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-ugly) @@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.26 -GSTPB_REQ=0.10.26 +GST_REQ=0.10.36 +GSTPB_REQ=0.10.36 dnl *** autotools stuff **** diff --git a/docs/plugins/gst-plugins-ugly-plugins.args b/docs/plugins/gst-plugins-ugly-plugins.args index 7c99abec7b..7e649e4f28 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.args +++ b/docs/plugins/gst-plugins-ugly-plugins.args @@ -31,7 +31,7 @@ GstMPEGParse::max-scr-gap gint ->= -1 +>= G_MAXULONG rw Max SCR gap Maximum allowed gap between expected and actual SCR values. -1 means never adjust. @@ -81,7 +81,7 @@ GstCdioCddaSrc::read-speed gint -[-1,100] +[G_MAXULONG,100] rw Read speed Read from device at the specified speed (-1 = default). @@ -291,7 +291,7 @@ GstLame::highpass-width gint ->= -1 +>= G_MAXULONG rw Highpass width frequency(kHz) - default 15% of highpass freq. @@ -311,7 +311,7 @@ GstLame::lowpass-width gint ->= -1 +>= G_MAXULONG rw Lowpass width frequency(kHz) - default 15% of lowpass freq. @@ -472,7 +472,7 @@ GstLameMP3Enc::bitrate gint [8,320] -rw +rwx Bitrate (kb/s) Bitrate in kbit/sec (Only valid if target is bitrate, for CBR one of 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320). 128 @@ -482,7 +482,7 @@ GstLameMP3Enc::cbr gboolean -rw +rwx CBR Enforce constant bitrate encoding (Only valid if target is bitrate). FALSE @@ -492,7 +492,7 @@ GstLameMP3Enc::encoding-engine-quality GstLameMP3EncEncodingEngineQuality -rw +rwx Encoding Engine Quality Quality/speed of the encoding engine, this does not affect the bitrate!. Standard @@ -502,7 +502,7 @@ GstLameMP3Enc::mono gboolean -rw +rwx Mono Enforce mono encoding. FALSE @@ -512,7 +512,7 @@ GstLameMP3Enc::quality gfloat [0,9.999] -rw +rwx Quality VBR Quality from 0 to 10, 0 being the best (Only valid if target is quality). 4 @@ -522,7 +522,7 @@ GstLameMP3Enc::target GstLameMP3EncTarget -rw +rwx Target Optimize for quality or bitrate. Quality @@ -711,7 +711,7 @@ GstTwoLame::psymodel gint -[-1,4] +[G_MAXULONG,4] rw Psychoacoustic Model Psychoacoustic model used to encode the audio. @@ -881,7 +881,7 @@ GstX264Enc::key-int-max guint -<= G_MAXLONG +<= G_MAXINT rw Key-frame maximal interval Maximal distance between two key-frames (0 for automatic). @@ -1011,10 +1011,10 @@ GstX264Enc::subme guint -[1,6] +[1,10] rw Subpixel Motion Estimation -Subpixel motion estimation and partition decision quality: 1=fast, 6=best. +Subpixel motion estimation and partition decision quality: 1=fast, 10=best. 1 @@ -1101,7 +1101,7 @@ GstX264Enc::sync-lookahead gint -[-1,250] +[G_MAXULONG,250] rw Sync Lookahead Number of buffer frames for threaded lookahead (-1 for automatic). @@ -1124,7 +1124,7 @@ rw H.264 profile -Apply restrictions to meet H.264 Profile constraints. This will override other properties if necessary. +Apply restrictions to meet H.264 Profile constraints. This will override other properties if necessary. This will only be used if downstream elements do not specify a profile in their caps (DEPRECATED). main diff --git a/docs/plugins/gst-plugins-ugly-plugins.hierarchy b/docs/plugins/gst-plugins-ugly-plugins.hierarchy index 2ce46e6ecb..feb4e97ef3 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.hierarchy +++ b/docs/plugins/gst-plugins-ugly-plugins.hierarchy @@ -4,11 +4,17 @@ GObject GstClock GstElement AC3IEC - GstA52Dec GstASFDemux - GstAmrnbDec - GstAmrnbEnc - GstAmrwbDec + GstAudioDecoder + GstA52Dec + GstAmrnbDec + GstAmrwbDec + GstMad + GstAudioEncoder + GstAmrnbEnc + GstLame + GstLameMP3Enc + GstTwoLame GstBaseRTPDepayload GstRtpAsfDepay GstBaseSrc @@ -22,13 +28,10 @@ GObject GstDvdLpcmDec GstDvdSubDec GstDvdSubParse - GstLame - GstLameMP3Enc GstMPEGAudioParse GstMPEGParse GstMPEGDemux GstDVDDemux - GstMad GstMpeg2dec GstRDTDepay GstRDTManager @@ -37,8 +40,6 @@ GObject GstRTSPWMS GstRealAudioDemux GstSidDec - GstSynaesthesia - GstTwoLame GstX264Enc GstXingMux GstPad diff --git a/docs/plugins/gst-plugins-ugly-plugins.interfaces b/docs/plugins/gst-plugins-ugly-plugins.interfaces index 4112822e26..998f04c60f 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.interfaces +++ b/docs/plugins/gst-plugins-ugly-plugins.interfaces @@ -1,8 +1,10 @@ GstAmrnbEnc GstPreset +GstAudioEncoder GstPreset GstBin GstChildProxy GstCddaBaseSrc GstURIHandler GstCdioCddaSrc GstURIHandler GstDvdReadSrc GstURIHandler +GstLame GstPreset GstTagSetter GstLame GstTagSetter GstPreset GstLameMP3Enc GstPreset GstPNMSrc GstURIHandler diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index 600204f298..ed0c162224 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -3,7 +3,7 @@ Decodes ATSC A/52 encoded audio streams ../../ext/a52dec/.libs/libgsta52dec.so libgsta52dec.so - 0.10.18.1 + 0.10.19.1 GPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml index 0fa9917dae..e7bf07b3e0 100644 --- a/docs/plugins/inspect/plugin-amrnb.xml +++ b/docs/plugins/inspect/plugin-amrnb.xml @@ -3,7 +3,7 @@ Adaptive Multi-Rate Narrow-Band ../../ext/amrnb/.libs/libgstamrnb.so libgstamrnb.so - 0.10.18.1 + 0.10.19.1 unknown gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml index 51247198f7..08c8d85d98 100644 --- a/docs/plugins/inspect/plugin-amrwbdec.xml +++ b/docs/plugins/inspect/plugin-amrwbdec.xml @@ -3,7 +3,7 @@ Adaptive Multi-Rate Wide-Band Decoder ../../ext/amrwbdec/.libs/libgstamrwbdec.so libgstamrwbdec.so - 0.10.18.1 + 0.10.19.1 unknown gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml index b9d86da6ce..7f63beebcc 100644 --- a/docs/plugins/inspect/plugin-asf.xml +++ b/docs/plugins/inspect/plugin-asf.xml @@ -3,7 +3,7 @@ Demuxes and muxes audio and video in Microsofts ASF format ../../gst/asfdemux/.libs/libgstasf.so libgstasf.so - 0.10.18.1 + 0.10.19.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index 4a8edcb724..237e20f19d 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,7 +3,7 @@ Read audio from audio CDs ../../ext/cdio/.libs/libgstcdio.so libgstcdio.so - 0.10.18.1 + 0.10.19.1 GPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index 05b31427ae..c137da1997 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,7 +3,7 @@ Decode DVD LPCM frames into standard PCM ../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so libgstdvdlpcmdec.so - 0.10.18.1 + 0.10.19.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index b033d3e63e..07e08cc755 100644 --- a/docs/plugins/inspect/plugin-dvdread.xml +++ b/docs/plugins/inspect/plugin-dvdread.xml @@ -3,7 +3,7 @@ Access a DVD with dvdread ../../ext/dvdread/.libs/libgstdvdread.so libgstdvdread.so - 0.10.18.1 + 0.10.19.1 GPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml index dafb7d7879..1156c32514 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,7 +3,7 @@ DVD subtitle parser and decoder ../../gst/dvdsub/.libs/libgstdvdsub.so libgstdvdsub.so - 0.10.18.1 + 0.10.19.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index 49169cd8c8..bec8e716d0 100644 --- a/docs/plugins/inspect/plugin-iec958.xml +++ b/docs/plugins/inspect/plugin-iec958.xml @@ -3,7 +3,7 @@ Convert raw AC3 into IEC958 (S/PDIF) frames ../../gst/iec958/.libs/libgstiec958.so libgstiec958.so - 0.10.18.1 + 0.10.19.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 7579832f81..ec65bd1e9e 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,7 +3,7 @@ Encode MP3s with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 0.10.18.1 + 0.10.19.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index 164bf65416..d06e34cb78 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,7 +3,7 @@ mp3 decoding based on the mad library ../../ext/mad/.libs/libgstmad.so libgstmad.so - 0.10.18.1 + 0.10.19.1 GPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index 18543cd98e..d7e07ee61c 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -3,7 +3,7 @@ LibMpeg2 decoder ../../ext/mpeg2dec/.libs/libgstmpeg2dec.so libgstmpeg2dec.so - 0.10.18.1 + 0.10.19.1 GPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index c5a78c23b1..24b1fed264 100644 --- a/docs/plugins/inspect/plugin-mpegaudioparse.xml +++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml @@ -3,7 +3,7 @@ MPEG-1 layer 1/2/3 audio stream elements ../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so libgstmpegaudioparse.so - 0.10.18.1 + 0.10.19.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml index ddaa0fe06a..18901101a1 100644 --- a/docs/plugins/inspect/plugin-mpegstream.xml +++ b/docs/plugins/inspect/plugin-mpegstream.xml @@ -3,7 +3,7 @@ MPEG system stream parser ../../gst/mpegstream/.libs/libgstmpegstream.so libgstmpegstream.so - 0.10.18.1 + 0.10.19.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml index 2043f844ec..3132fb75e0 100644 --- a/docs/plugins/inspect/plugin-realmedia.xml +++ b/docs/plugins/inspect/plugin-realmedia.xml @@ -3,7 +3,7 @@ RealMedia support plugins ../../gst/realmedia/.libs/libgstrmdemux.so libgstrmdemux.so - 0.10.18.1 + 0.10.19.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index 4dabbb1d39..12b1245cc1 100644 --- a/docs/plugins/inspect/plugin-siddec.xml +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -3,7 +3,7 @@ Uses libsidplay to decode .sid files ../../ext/sidplay/.libs/libgstsid.so libgstsid.so - 0.10.18.1 + 0.10.19.1 GPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml index 375034adf4..88f68fe794 100644 --- a/docs/plugins/inspect/plugin-twolame.xml +++ b/docs/plugins/inspect/plugin-twolame.xml @@ -3,7 +3,7 @@ Encode MP2s with TwoLAME ../../ext/twolame/.libs/libgsttwolame.so libgsttwolame.so - 0.10.18.1 + 0.10.19.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins git diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index 1c884c12ad..574a73c337 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -3,7 +3,7 @@ libx264-based H264 plugins ../../ext/x264/.libs/libgstx264.so libgstx264.so - 0.10.18.1 + 0.10.19.1 GPL gst-plugins-ugly GStreamer Ugly Plug-ins git @@ -26,7 +26,7 @@ src source always -
video/x-h264, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], stream-format=(string){ byte-stream, avc }, alignment=(string){ au }
+
video/x-h264, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], stream-format=(string){ byte-stream, avc }, alignment=(string){ au }, profile=(string){ high-10, high, main, baseline, constrained-baseline, high-10-intra }
diff --git a/win32/common/config.h b/win32/common/config.h index 5394f1ef52..e42bcdc9ec 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -52,7 +52,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2011-05-14T09:08Z" +#define GST_PACKAGE_RELEASE_DATETIME "2012-02-23T11:17Z" /* Define to enable a52dec (used by a52dec). */ #undef HAVE_A52DEC @@ -147,9 +147,6 @@ /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV -/* defined if libid3tag is available */ -#undef HAVE_ID3TAG - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -236,7 +233,7 @@ #define PACKAGE_NAME "GStreamer Ugly Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.18.1" +#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.19.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-ugly" @@ -245,7 +242,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.18.1" +#define PACKAGE_VERSION "0.10.19.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -273,7 +270,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.18.1" +#define VERSION "0.10.19.1" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */