Bump version after release
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 23 Feb 2012 11:20:33 +0000 (11:20 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 23 Feb 2012 11:20:33 +0000 (11:20 +0000)
25 files changed:
NEWS
RELEASE
configure.ac
docs/plugins/gst-plugins-ugly-plugins.args
docs/plugins/gst-plugins-ugly-plugins.hierarchy
docs/plugins/gst-plugins-ugly-plugins.interfaces
docs/plugins/inspect/plugin-a52dec.xml
docs/plugins/inspect/plugin-amrnb.xml
docs/plugins/inspect/plugin-amrwbdec.xml
docs/plugins/inspect/plugin-asf.xml
docs/plugins/inspect/plugin-cdio.xml
docs/plugins/inspect/plugin-dvdlpcmdec.xml
docs/plugins/inspect/plugin-dvdread.xml
docs/plugins/inspect/plugin-dvdsub.xml
docs/plugins/inspect/plugin-iec958.xml
docs/plugins/inspect/plugin-lame.xml
docs/plugins/inspect/plugin-mad.xml
docs/plugins/inspect/plugin-mpeg2dec.xml
docs/plugins/inspect/plugin-mpegaudioparse.xml
docs/plugins/inspect/plugin-mpegstream.xml
docs/plugins/inspect/plugin-realmedia.xml
docs/plugins/inspect/plugin-siddec.xml
docs/plugins/inspect/plugin-twolame.xml
docs/plugins/inspect/plugin-x264.xml
win32/common/config.h

diff --git a/NEWS b/NEWS
index 795efaabb07ee71f623aa07ee57c9b9180dbde47..1e5b911d7f22b73553daaa07dbee9f3be353e164 100644 (file)
--- 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 a89531cb580ae0c560835285e0119d4a52f2d12e..1468eda2f70e874788c59a3c42172a2e925822c9 100644 (file)
--- 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
index 20ba788ee382e407609cb688128de6fa5a28f618..e5be3ed6132affdf49c1c67fd57ad3da0d8f01fc 100644 (file)
@@ -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 ****
 
index 7c99abec7b388702dbe3036b05dc01e0c00131f8..7e649e4f2858f85d061819ee9884512eda9b8e60 100644 (file)
@@ -31,7 +31,7 @@
 <ARG>
 <NAME>GstMPEGParse::max-scr-gap</NAME>
 <TYPE>gint</TYPE>
-<RANGE>>= -1</RANGE>
+<RANGE>>= G_MAXULONG</RANGE>
 <FLAGS>rw</FLAGS>
 <NICK>Max SCR gap</NICK>
 <BLURB>Maximum allowed gap between expected and actual SCR values. -1 means never adjust.</BLURB>
@@ -81,7 +81,7 @@
 <ARG>
 <NAME>GstCdioCddaSrc::read-speed</NAME>
 <TYPE>gint</TYPE>
-<RANGE>[-1,100]</RANGE>
+<RANGE>[G_MAXULONG,100]</RANGE>
 <FLAGS>rw</FLAGS>
 <NICK>Read speed</NICK>
 <BLURB>Read from device at the specified speed (-1 = default).</BLURB>
 <ARG>
 <NAME>GstLame::highpass-width</NAME>
 <TYPE>gint</TYPE>
-<RANGE>>= -1</RANGE>
+<RANGE>>= G_MAXULONG</RANGE>
 <FLAGS>rw</FLAGS>
 <NICK>Highpass width</NICK>
 <BLURB>frequency(kHz) - default 15% of highpass freq.</BLURB>
 <ARG>
 <NAME>GstLame::lowpass-width</NAME>
 <TYPE>gint</TYPE>
-<RANGE>>= -1</RANGE>
+<RANGE>>= G_MAXULONG</RANGE>
 <FLAGS>rw</FLAGS>
 <NICK>Lowpass width</NICK>
 <BLURB>frequency(kHz) - default 15% of lowpass freq.</BLURB>
 <NAME>GstLameMP3Enc::bitrate</NAME>
 <TYPE>gint</TYPE>
 <RANGE>[8,320]</RANGE>
-<FLAGS>rw</FLAGS>
+<FLAGS>rwx</FLAGS>
 <NICK>Bitrate (kb/s)</NICK>
 <BLURB>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).</BLURB>
 <DEFAULT>128</DEFAULT>
 <NAME>GstLameMP3Enc::cbr</NAME>
 <TYPE>gboolean</TYPE>
 <RANGE></RANGE>
-<FLAGS>rw</FLAGS>
+<FLAGS>rwx</FLAGS>
 <NICK>CBR</NICK>
 <BLURB>Enforce constant bitrate encoding (Only valid if target is bitrate).</BLURB>
 <DEFAULT>FALSE</DEFAULT>
 <NAME>GstLameMP3Enc::encoding-engine-quality</NAME>
 <TYPE>GstLameMP3EncEncodingEngineQuality</TYPE>
 <RANGE></RANGE>
-<FLAGS>rw</FLAGS>
+<FLAGS>rwx</FLAGS>
 <NICK>Encoding Engine Quality</NICK>
 <BLURB>Quality/speed of the encoding engine, this does not affect the bitrate!.</BLURB>
 <DEFAULT>Standard</DEFAULT>
 <NAME>GstLameMP3Enc::mono</NAME>
 <TYPE>gboolean</TYPE>
 <RANGE></RANGE>
-<FLAGS>rw</FLAGS>
+<FLAGS>rwx</FLAGS>
 <NICK>Mono</NICK>
 <BLURB>Enforce mono encoding.</BLURB>
 <DEFAULT>FALSE</DEFAULT>
 <NAME>GstLameMP3Enc::quality</NAME>
 <TYPE>gfloat</TYPE>
 <RANGE>[0,9.999]</RANGE>
-<FLAGS>rw</FLAGS>
+<FLAGS>rwx</FLAGS>
 <NICK>Quality</NICK>
 <BLURB>VBR Quality from 0 to 10, 0 being the best (Only valid if target is quality).</BLURB>
 <DEFAULT>4</DEFAULT>
 <NAME>GstLameMP3Enc::target</NAME>
 <TYPE>GstLameMP3EncTarget</TYPE>
 <RANGE></RANGE>
-<FLAGS>rw</FLAGS>
+<FLAGS>rwx</FLAGS>
 <NICK>Target</NICK>
 <BLURB>Optimize for quality or bitrate.</BLURB>
 <DEFAULT>Quality</DEFAULT>
 <ARG>
 <NAME>GstTwoLame::psymodel</NAME>
 <TYPE>gint</TYPE>
-<RANGE>[-1,4]</RANGE>
+<RANGE>[G_MAXULONG,4]</RANGE>
 <FLAGS>rw</FLAGS>
 <NICK>Psychoacoustic Model</NICK>
 <BLURB>Psychoacoustic model used to encode the audio.</BLURB>
 <ARG>
 <NAME>GstX264Enc::key-int-max</NAME>
 <TYPE>guint</TYPE>
-<RANGE><= G_MAXLONG</RANGE>
+<RANGE><= G_MAXINT</RANGE>
 <FLAGS>rw</FLAGS>
 <NICK>Key-frame maximal interval</NICK>
 <BLURB>Maximal distance between two key-frames (0 for automatic).</BLURB>
 <ARG>
 <NAME>GstX264Enc::subme</NAME>
 <TYPE>guint</TYPE>
-<RANGE>[1,6]</RANGE>
+<RANGE>[1,10]</RANGE>
 <FLAGS>rw</FLAGS>
 <NICK>Subpixel Motion Estimation</NICK>
-<BLURB>Subpixel motion estimation and partition decision quality: 1=fast, 6=best.</BLURB>
+<BLURB>Subpixel motion estimation and partition decision quality: 1=fast, 10=best.</BLURB>
 <DEFAULT>1</DEFAULT>
 </ARG>
 
 <ARG>
 <NAME>GstX264Enc::sync-lookahead</NAME>
 <TYPE>gint</TYPE>
-<RANGE>[-1,250]</RANGE>
+<RANGE>[G_MAXULONG,250]</RANGE>
 <FLAGS>rw</FLAGS>
 <NICK>Sync Lookahead</NICK>
 <BLURB>Number of buffer frames for threaded lookahead (-1 for automatic).</BLURB>
 <RANGE></RANGE>
 <FLAGS>rw</FLAGS>
 <NICK>H.264 profile</NICK>
-<BLURB>Apply restrictions to meet H.264 Profile constraints. This will override other properties if necessary.</BLURB>
+<BLURB>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).</BLURB>
 <DEFAULT>main</DEFAULT>
 </ARG>
 
index 2ce46e6ecb643ad5defd8987e7bdff466eee94b0..feb4e97ef324fc0b94439b0a23ca74aa646c5d30 100644 (file)
@@ -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
index 4112822e26a5f9eaaa3a1624af5234bbff1489cb..998f04c60f82de3c0a9256d187e7cb8741d2977d 100644 (file)
@@ -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
index 600204f298390530e09f56f4993bacc9accf1f30..ed0c16222451c98f6ea30ec963f29e7338bcc8a3 100644 (file)
@@ -3,7 +3,7 @@
   <description>Decodes ATSC A/52 encoded audio streams</description>
   <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
   <basename>libgsta52dec.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index 0fa9917dae6ade761e21264a6d99ba7b4b4a9d18..e7bf07b3e01c7e43c6ce31122da819a667eb8cfb 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adaptive Multi-Rate Narrow-Band</description>
   <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
   <basename>libgstamrnb.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index 51247198f72dd7aab1d97900498f8b2f4798dbd8..08c8d85d985bc2ec135f37702b640cf22df970ed 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adaptive Multi-Rate Wide-Band Decoder</description>
   <filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
   <basename>libgstamrwbdec.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index b9d86da6ce9e2dd3556780c9d38408b287dffe1f..7f63beebcc5811671fa0223e09ff2e2cd2a3c0c5 100644 (file)
@@ -3,7 +3,7 @@
   <description>Demuxes and muxes audio and video in Microsofts ASF format</description>
   <filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
   <basename>libgstasf.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index 4a8edcb724f562d7b66dd2f2e86404ba93d95105..237e20f19d0d6e40b14f481ec343ce5060568762 100644 (file)
@@ -3,7 +3,7 @@
   <description>Read audio from audio CDs</description>
   <filename>../../ext/cdio/.libs/libgstcdio.so</filename>
   <basename>libgstcdio.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index 05b31427aec5996dcc6162db2001d91c1a2b9d48..c137da1997b5395c95c027a5890897cbaf54ce86 100644 (file)
@@ -3,7 +3,7 @@
   <description>Decode DVD LPCM frames into standard PCM</description>
   <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
   <basename>libgstdvdlpcmdec.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index b033d3e63eaef520b111376b7a4add2da6c4e72a..07e08cc75509739295472d650198835aaa609a97 100644 (file)
@@ -3,7 +3,7 @@
   <description>Access a DVD with dvdread</description>
   <filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
   <basename>libgstdvdread.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index dafb7d78791d27e3436aeee65ebce946392c7dfd..1156c325141528f5514ad673ac068e89e7253fd2 100644 (file)
@@ -3,7 +3,7 @@
   <description>DVD subtitle parser and decoder</description>
   <filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
   <basename>libgstdvdsub.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index 49169cd8c8c76c5ee68b3b0259972edadf781f5f..bec8e716d0396f9b9fc519d10f73116ca2760e9c 100644 (file)
@@ -3,7 +3,7 @@
   <description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
   <filename>../../gst/iec958/.libs/libgstiec958.so</filename>
   <basename>libgstiec958.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index 7579832f816fb04254e07d5e2c55eb33bff747cf..ec65bd1e9e551141a83c98faa7e295880fa48496 100644 (file)
@@ -3,7 +3,7 @@
   <description>Encode MP3s with LAME</description>
   <filename>../../ext/lame/.libs/libgstlame.so</filename>
   <basename>libgstlame.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index 164bf654162c82f797daf907c251ca26f27bdd56..d06e34cb78b44198b15b349c0e3098d93b28eba5 100644 (file)
@@ -3,7 +3,7 @@
   <description>mp3 decoding based on the mad library</description>
   <filename>../../ext/mad/.libs/libgstmad.so</filename>
   <basename>libgstmad.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index 18543cd98e39078a0470ef5dbabfd6a723c85b89..d7e07ee61c92afa89d82320864c558d4ec6e769c 100644 (file)
@@ -3,7 +3,7 @@
   <description>LibMpeg2 decoder</description>
   <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
   <basename>libgstmpeg2dec.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index c5a78c23b1bef7b7f11585eac9e3d0aded8506d1..24b1fed264b4784318743c851f347e5c6a1de29d 100644 (file)
@@ -3,7 +3,7 @@
   <description>MPEG-1 layer 1/2/3 audio stream elements</description>
   <filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
   <basename>libgstmpegaudioparse.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index ddaa0fe06a87d3ccaba532564ab3a5809f637325..18901101a14d2f8fdae6f19f05fd6dd3888eb554 100644 (file)
@@ -3,7 +3,7 @@
   <description>MPEG system stream parser</description>
   <filename>../../gst/mpegstream/.libs/libgstmpegstream.so</filename>
   <basename>libgstmpegstream.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index 2043f844ec5971a32b5a6c244dba062068f0ec3d..3132fb75e0090baf8d30737c5f93e5a16840160c 100644 (file)
@@ -3,7 +3,7 @@
   <description>RealMedia support plugins</description>
   <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
   <basename>libgstrmdemux.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index 4dabbb1d39ab060eba61db24ba59d017a10f5e29..12b1245cc148b0671444e8f1faf9205776eb407a 100644 (file)
@@ -3,7 +3,7 @@
   <description>Uses libsidplay to decode .sid files</description>
   <filename>../../ext/sidplay/.libs/libgstsid.so</filename>
   <basename>libgstsid.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index 375034adf481d69447ef9c0b5f85c04f213cb4a1..88f68fe79463dca7e015c913903837ca7603be30 100644 (file)
@@ -3,7 +3,7 @@
   <description>Encode MP2s with TwoLAME</description>
   <filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
   <basename>libgsttwolame.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
index 1c884c12ad80036f857f91bbbb17c3e58a75f253..574a73c337b3a50ff8870dad6c3023f8f4028023 100644 (file)
@@ -3,7 +3,7 @@
   <description>libx264-based H264 plugins</description>
   <filename>../../ext/x264/.libs/libgstx264.so</filename>
   <basename>libgstx264.so</basename>
-  <version>0.10.18.1</version>
+  <version>0.10.19.1</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins git</package>
@@ -26,7 +26,7 @@
           <name>src</name>
           <direction>source</direction>
           <presence>always</presence>
-          <details>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 }</details>
+          <details>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 }</details>
         </caps>
       </pads>
     </element>
index 5394f1ef5207ad56af74fcfe740dbd66cf4277ef..e42bcdc9ec7bae3effbfbfaf9d608065238bb8c5 100644 (file)
@@ -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
 /* 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 <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
 #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"
 #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
 #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). */