]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commitdiff
0.10.17.2 pre-release
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 16 Apr 2011 22:26:27 +0000 (23:26 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 16 Apr 2011 22:26:27 +0000 (23:26 +0100)
24 files changed:
configure.ac
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-synaesthesia.xml
docs/plugins/inspect/plugin-twolame.xml
docs/plugins/inspect/plugin-x264.xml
po/sl.po
win32/common/config.h

index 5ae77284cc8743fa07047538ee61869cc173c355..212965d24c075e526d5e32e091e4b6c0de839fbf 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.17.1,
+AC_INIT(GStreamer Ugly Plug-ins, 0.10.17.2,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-plugins-ugly)
 
index af23127ae45fd2cf2f73a9d99c76c963d15e54a2..361e16e99a88067deea390dfffbbc359db895af3 100644 (file)
@@ -1,60 +1,61 @@
 GObject
   GstObject
-    GstBus
-    GstClock
+    GstPad
+    GstPadTemplate
+    GstPluginFeature
+      GstElementFactory
+      GstTypeFindFactory
+      GstIndexFactory
     GstElement
-      AC3IEC
-      GstA52Dec
-      GstASFDemux
-      GstAmrnbDec
-      GstAmrnbEnc
-      GstAmrwbDec
-      GstBaseRTPDepayload
-        GstRtpAsfDepay
+      GstBin
+        GstPipeline
+      GstRMDemux
+      GstRealAudioDemux
+      GstRDTDepay
+      GstRDTManager
+      GstRTSPReal
       GstBaseSrc
         GstPushSrc
+          GstPNMSrc
+          GstDvdReadSrc
           GstCddaBaseSrc
             GstCdioCddaSrc
-          GstDvdReadSrc
-          GstPNMSrc
-      GstBin
-        GstPipeline
-      GstDvdLpcmDec
+      GstMad
+      GstX264Enc
+      GstTwoLame
+      GstSidDec
+      GstLameMP3Enc
+      GstLame
+      GstA52Dec
+      GstAmrwbDec
+      GstMpeg2dec
+      GstAmrnbDec
+      GstAmrnbEnc
+      GstSynaesthesia
       GstDvdSubDec
       GstDvdSubParse
-      GstLame
-      GstLameMP3Enc
+      AC3IEC
+      GstDvdLpcmDec
+      GstXingMux
       GstMPEGAudioParse
       GstMPEGParse
         GstMPEGDemux
           GstDVDDemux
-      GstMad
-      GstMpeg2dec
-      GstRDTDepay
-      GstRDTManager
-      GstRMDemux
-      GstRTSPReal
+      GstASFDemux
       GstRTSPWMS
-      GstRealAudioDemux
-      GstSidDec
-      GstTwoLame
-      GstX264Enc
-      GstXingMux
-    GstPad
-    GstPadTemplate
-    GstPlugin
-    GstPluginFeature
-      GstElementFactory
-      GstIndexFactory
-      GstTypeFindFactory
-    GstRegistry
+      GstBaseRTPDepayload
+        GstRtpAsfDepay
+    GstBus
     GstTask
     GstTaskPool
+    GstClock
+    GstPlugin
+    GstRegistry
   GstSignalObject
 GInterface
   GTypePlugin
   GstChildProxy
-  GstPreset
+  GstURIHandler
   GstRTSPExtension
+  GstPreset
   GstTagSetter
-  GstURIHandler
index 818bad97b860efac4d04623d3b927612b93b3ec2..63b25bb8e4b6d7b40a13f12d309fcd9cf2e1ba43 100644 (file)
@@ -1,13 +1,13 @@
 GstBin GstChildProxy
 GstPipeline GstChildProxy
+GstRTSPReal GstRTSPExtension
+GstPNMSrc GstURIHandler
 GstDvdReadSrc GstURIHandler
 GstCddaBaseSrc GstURIHandler
 GstCdioCddaSrc GstURIHandler
-GstPNMSrc GstURIHandler
 GstX264Enc GstPreset
 GstTwoLame GstPreset
 GstLameMP3Enc GstPreset
 GstLame GstTagSetter GstPreset
 GstAmrnbEnc GstPreset
-GstRTSPReal GstRTSPExtension
 GstRTSPWMS GstRTSPExtension
index fc7299fd73abbbef7d5ce51a98170a1c23d30b5e..bd656e6a13f7c9c4217d09344dc40d641b8419cb 100644 (file)
@@ -3,10 +3,10 @@
   <description>Decodes ATSC A/52 encoded audio streams</description>
   <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
   <basename>libgsta52dec.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index f37f9e006af4569c79f811c04a3cdb5058d9d28c..ae3b74fe840b1f565229a716b9e7e946142d5787 100644 (file)
@@ -3,10 +3,10 @@
   <description>Adaptive Multi-Rate Narrow-Band</description>
   <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
   <basename>libgstamrnb.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index b159126d2c16612b155ee2d83271e4255a23cfe9..5dd7e700998386e38a6b6840e466b54454800437 100644 (file)
@@ -3,10 +3,10 @@
   <description>Adaptive Multi-Rate Wide-Band Decoder</description>
   <filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
   <basename>libgstamrwbdec.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index f608ae3f5ab3d919cf6624ffbebe196e4a6e2c22..bbce2767640cb9d0f2c07ac95465993521ec9822 100644 (file)
@@ -3,10 +3,10 @@
   <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.17.1</version>
+  <version>0.10.17.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index edc46ba27c076dd4fc072b253f89d22f42a7d1b9..90318e58c77724d1f16d5762289bf8d45729f834 100644 (file)
@@ -3,10 +3,10 @@
   <description>Read audio from audio CDs</description>
   <filename>../../ext/cdio/.libs/libgstcdio.so</filename>
   <basename>libgstcdio.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index bf1a628146c82919a13dd57cb60353c376b22fd6..4314f2b33a7f8cfd56ad57a8c93a63a28cf5d86f 100644 (file)
@@ -3,10 +3,10 @@
   <description>Decode DVD LPCM frames into standard PCM</description>
   <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
   <basename>libgstdvdlpcmdec.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index bc53d166532aac4ff159e6fb1d2961549f72d688..8a8085f7bdc9ef59632757df1b72188c18343628 100644 (file)
@@ -3,10 +3,10 @@
   <description>Access a DVD with dvdread</description>
   <filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
   <basename>libgstdvdread.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index b72cf83bcbd104e29ca9e01558983d5fa6c93406..14140e7bef821cc739b2d558804df0699fb504d7 100644 (file)
@@ -3,10 +3,10 @@
   <description>DVD subtitle parser and decoder</description>
   <filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
   <basename>libgstdvdsub.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index 2f7b7085a0c869ab7dc8ca3795be223c3ffdf9b8..58e57284644a1a1330058eff705b2b91cb1da562 100644 (file)
@@ -3,10 +3,10 @@
   <description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
   <filename>../../gst/iec958/.libs/libgstiec958.so</filename>
   <basename>libgstiec958.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index 3d4a58cfce5594a92cf48eeaeb47836465d3a965..2f2f598df0966623c7884cd6746a37e73caaf480 100644 (file)
@@ -3,10 +3,10 @@
   <description>Encode MP3s with LAME</description>
   <filename>../../ext/lame/.libs/libgstlame.so</filename>
   <basename>libgstlame.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index 2b9190e10176e624f9342d61d01093c167981645..596cf1bd41d6e9b033ce1791b6c6e17884ae438d 100644 (file)
@@ -3,10 +3,10 @@
   <description>mp3 decoding based on the mad library</description>
   <filename>../../ext/mad/.libs/libgstmad.so</filename>
   <basename>libgstmad.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index e7001f50085faed927ea49b955988415df219900..8918cbfd42d73febc70de71f9a3d88e544aea252 100644 (file)
@@ -3,10 +3,10 @@
   <description>LibMpeg2 decoder</description>
   <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
   <basename>libgstmpeg2dec.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index 342977d927091a25950c3425307cd817d805d5a8..07c7cd30be1de96e7e94cac8007d815df7087d78 100644 (file)
@@ -3,10 +3,10 @@
   <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.17.1</version>
+  <version>0.10.17.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index 461f86e103dc299c9b3808bdc8424a7c97e4e277..c5f145163de2cfa294c553f1001bf7bc80cf55aa 100644 (file)
@@ -3,10 +3,10 @@
   <description>MPEG system stream parser</description>
   <filename>../../gst/mpegstream/.libs/libgstmpegstream.so</filename>
   <basename>libgstmpegstream.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index 149002cb169ea5f3a9b1044f9f88ed021cdaa2ac..c183a8ff7f65a6aa5c06737be8c87390f50f49f0 100644 (file)
@@ -3,10 +3,10 @@
   <description>RealMedia support plugins</description>
   <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
   <basename>libgstrmdemux.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index d33a037e47f48fd3f7d0390271aa23a9e271ed3d..99c30c2022ef338f1eb3ba93bed0e97ffe7b5e86 100644 (file)
@@ -3,10 +3,10 @@
   <description>Uses libsidplay to decode .sid files</description>
   <filename>../../ext/sidplay/.libs/libgstsid.so</filename>
   <basename>libgstsid.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index c1f90399b2f492880c1cdec016d56399bcd9bb9c..ba1446206b0fb5b3c0233acf54bfe521c766e8c0 100644 (file)
@@ -3,10 +3,10 @@
   <description>Creates video visualizations of audio input, using stereo and pitch information</description>
   <filename>../../gst/synaesthesia/.libs/libgstsynaesthesia.so</filename>
   <basename>libgstsynaesthesia.so</basename>
-  <version>0.10.10.1</version>
+  <version>0.10.17.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index 38bcb0fc227fda12dfea627673a1f6d11d9492f5..262046e0c932415bcbc492aee27ce7b151e3db95 100644 (file)
@@ -3,10 +3,10 @@
   <description>Encode MP2s with TwoLAME</description>
   <filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
   <basename>libgsttwolame.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index ee349f03ffdce3e54c64be0882cc77c6ecc6996a..787b763483377c78d41772a21e2cb1a4fc96513e 100644 (file)
@@ -3,10 +3,10 @@
   <description>libx264-based H264 plugins</description>
   <filename>../../ext/x264/.libs/libgstx264.so</filename>
   <basename>libgstx264.so</basename>
-  <version>0.10.17.1</version>
+  <version>0.10.17.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins git</package>
+  <package>GStreamer Ugly Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index 02aa87ea81d41ccec0c33b963d6b585440059b46..be4f5fac4d9252689dece597ecc63773ab564bfd 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -1,15 +1,16 @@
 # Slovenian translation for gst-plugins-ugly.
-# Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER
+# Copyright (C) 2009 - 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the gst-plugins-ugly package.
 # Matej Urbančič <matej.urban@gmail.com>, 2009.
+# Klemen Košir <klemen.kosir@gmx.com>, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: gst-plugins-ugly 0.10.12.2\n"
+"Project-Id-Version: gst-plugins-ugly 0.10.14.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2010-10-15 15:20+0100\n"
-"PO-Revision-Date: 2009-12-25 21:35+0100\n"
-"Last-Translator: Matej Urbančič <matej.urban@gmail.com>\n"
+"POT-Creation-Date: 2011-04-16 20:57+0100\n"
+"PO-Revision-Date: 2011-03-08 21:31+0100\n"
+"Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
 "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
 "Language: sl\n"
 "MIME-Version: 1.0\n"
@@ -22,30 +23,30 @@ msgstr ""
 "X-Poedit-SourceCharset: utf-8\n"
 
 msgid "Could not read from CD."
-msgstr "Ni mogoče prebrati CD nosilca."
+msgstr "S CD-ja ni mogoče brati."
 
 msgid "Could not open CD device for reading."
-msgstr "Ni mogoče odpreti CD naprave za branje."
+msgstr "Naprave CD ni mogoče odpreti za branje."
 
 msgid "Disc is not an Audio CD."
 msgstr "Disk ni zvočni CD."
 
 msgid "Could not open DVD"
-msgstr "Ni mogoče odpreti DVD nosilca"
+msgstr "DVD-ja ni mogoče odpreti"
 
 #, c-format
 msgid "Could not open DVD title %d"
-msgstr "Ni mogoče odpreti DVD naslova %d"
+msgstr "DVD naslova %d ni mogoče odpreti."
 
 #, c-format
 msgid "Failed to go to chapter %d of DVD title %d"
-msgstr "Napaka med odpiranjem poglavja %d DVD naslova %d"
+msgstr "Napaka med odpiranjem poglavja %d DVD naslova %d."
 
 #, c-format
 msgid ""
 "Could not open DVD title %d. Interactive titles are not supported by this "
 "element"
-msgstr "Ni mogoče odpreti DVD naslova %d. Interaktivni naslovni niso podprti."
+msgstr "DVD naslova %d ni mogoče odpreti. Interaktivni naslovi niso podprti."
 
 msgid ""
 "Could not read DVD. This may be because the DVD is encrypted and a DVD "
@@ -54,23 +55,23 @@ msgstr ""
 
 #, fuzzy
 msgid "Could not read DVD."
-msgstr "Ni mogoče odpreti DVD nosilca"
+msgstr "DVD-ja ni mogoče odpreti"
 
 msgid "Failed to configure LAME encoder. Check your encoding parameters."
 msgstr ""
-"Napaka med nastavljanjem LAME kodirnika. Preverite parametre kodirnika."
+"Napaka med nastavljanjem kodirnika LAME. Preverite parametre kodiranja."
 
 #, c-format
 msgid ""
 "The requested bitrate %d kbit/s for property '%s' is not allowed. The "
 "bitrate was changed to %d kbit/s."
 msgstr ""
-"Zahtevana bitna hitrost %d kbit/s za lastnost '%s' ni dovoljena. Bitna "
-"hitrost je spremenjena na %d kbit/s."
+"Zahtevana bitna hitrost %d kbit/s za lastnost \"%s\" ni dovoljena. Bitna "
+"hitrost je bila spremenjena na %d kbit/s."
 
 msgid "Failed to configure TwoLAME encoder. Check your encoding parameters."
 msgstr ""
-"Napaka med nastavljanjem kodirnika TwoLAME. Preverite parametre kodirnika."
+"Napaka med nastavljanjem kodirnika TwoLAME. Preverite parametre kodiranja."
 
 msgid "This stream contains no data."
 msgstr "Pretok ne vsebuje podatkov."
index e1d39b14a7a51d993a7ea687bf99411d8c78cb48..f33d1cadb37237decf075516f7d8623c8b0f8102 100644 (file)
@@ -46,7 +46,7 @@
 #define GST_LICENSE "LGPL"
 
 /* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins git"
+#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins prerelease"
 
 /* package origin */
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 /* 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.17.1"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.17.2"
 
 /* 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.17.1"
+#define PACKAGE_VERSION "0.10.17.2"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
 #undef STDC_HEADERS
 
 /* Version number of package */
-#define VERSION "0.10.17.1"
+#define VERSION "0.10.17.2"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */