From 3251b786cf514686d284284a940adab0e2609618 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 1 Jun 2010 09:30:33 +0100 Subject: Back to development --- configure.ac | 2 +- docs/plugins/gst-plugins-ugly-plugins.args | 626 ++++++++++--------------- docs/plugins/gst-plugins-ugly-plugins.signals | 14 +- docs/plugins/inspect/plugin-a52dec.xml | 4 +- docs/plugins/inspect/plugin-amrnb.xml | 4 +- docs/plugins/inspect/plugin-amrwbdec.xml | 4 +- docs/plugins/inspect/plugin-asf.xml | 4 +- docs/plugins/inspect/plugin-cdio.xml | 4 +- docs/plugins/inspect/plugin-dvdlpcmdec.xml | 4 +- docs/plugins/inspect/plugin-dvdread.xml | 4 +- docs/plugins/inspect/plugin-dvdsub.xml | 4 +- docs/plugins/inspect/plugin-iec958.xml | 4 +- docs/plugins/inspect/plugin-lame.xml | 4 +- docs/plugins/inspect/plugin-mad.xml | 4 +- docs/plugins/inspect/plugin-mpeg2dec.xml | 4 +- docs/plugins/inspect/plugin-mpegaudioparse.xml | 4 +- docs/plugins/inspect/plugin-mpegstream.xml | 4 +- docs/plugins/inspect/plugin-realmedia.xml | 4 +- docs/plugins/inspect/plugin-siddec.xml | 4 +- docs/plugins/inspect/plugin-twolame.xml | 4 +- docs/plugins/inspect/plugin-x264.xml | 4 +- win32/common/config.h | 8 +- 22 files changed, 306 insertions(+), 416 deletions(-) diff --git a/configure.ac b/configure.ac index 144ff642..024786c0 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.15, +AC_INIT(GStreamer Ugly Plug-ins, 0.10.15.1, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-ugly) diff --git a/docs/plugins/gst-plugins-ugly-plugins.args b/docs/plugins/gst-plugins-ugly-plugins.args index dbf95b5c..42922f69 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.args +++ b/docs/plugins/gst-plugins-ugly-plugins.args @@ -1,3 +1,143 @@ + +GstPNMSrc::location +gchar* + +rw +PNM Location +Location of the PNM url to read. +NULL + + + +GstRDTManager::latency +guint + +rw +Buffer latency in ms +Amount of ms to buffer. +200 + + + +GstMPEGParse::byte-offset +guint64 + +rw +Byte Offset +Emit reached-offset signal when the byte offset is reached. +18446744073709551615 + + + +GstMPEGParse::max-scr-gap +gint +>= G_MAXULONG +rw +Max SCR gap +Maximum allowed gap between expected and actual SCR values. -1 means never adjust. +120000 + + + +GstMPEGParse::time-offset +guint64 + +r +Time Offset +Time offset in the stream. +18446744073709551615 + + + +GstMPEGAudioParse::bitrate +gint + +r +Bitrate +Bit Rate. +0 + + + +GstMPEGAudioParse::skip +gint + +rw +skip +skip. +0 + + + +AC3IEC::raw-audio +gboolean + +rw +raw-audio +If true, source pad caps are set to raw audio. +FALSE + + + +GstCdioCddaSrc::read-speed +gint +[G_MAXULONG,100] +rw +Read speed +Read from device at the specified speed (-1 = default). +-1 + + + +GstAmrnbEnc::band-mode +GstAmrnbEncBandMode + +rwx +Band Mode +Encoding Band Mode (Kbps). +MR122 + + + +GstAmrnbDec::variant +GstAmrnbVariant + +rwx +Variant +The decoder variant. +IF1 + + + +GstA52Dec::drc +gboolean + +rw +Dynamic Range Compression +Use Dynamic Range Compression. +FALSE + + + +GstA52Dec::lfe +gboolean + +rw +LFE +LFE. +TRUE + + + +GstA52Dec::mode +GstA52DecMode + +rw +Decoder Mode +Decoding Mode (default 3f2r). +3 Front, 2 Rear + + GstLame::allow-diff-short gboolean @@ -329,83 +469,63 @@ -GstMad::half -gboolean - +GstLameMP3Enc::bitrate +gint +[8,320] rw -Half -Generate PCM at 1/2 sample rate. -FALSE +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 -GstMad::ignore-crc +GstLameMP3Enc::cbr gboolean rw -Ignore CRC -Ignore CRC errors. -TRUE - - - -GstID3Demux::prefer-v1 -gboolean - -rwx -prefer version 1 tag -Prefer tags from tag at end of file. -FALSE - - - -GstID3Mux::v1-tag -gboolean - -rwx -add version 1 tag -Add version 1 tag at end of file. +CBR +Enforce constant bitrate encoding (Only valid if target is bitrate). FALSE -GstID3Mux::v2-tag -gboolean +GstLameMP3Enc::encoding-engine-quality +GstLameMP3EncEncodingEngineQuality -rwx -add version 2 tag -Add version 2 tag at start of file. -TRUE +rw +Encoding Engine Quality +Quality/speed of the encoding engine, this does not affect the bitrate!. +Standard -GstID3Tag::prefer-v1 +GstLameMP3Enc::mono gboolean -rwx -prefer version 1 tag -Prefer tags from tag at end of file. +rw +Mono +Enforce mono encoding. FALSE -GstID3Tag::v1-tag -gboolean - -rwx -add version 1 tag -Add version 1 tag at end of file. -FALSE +GstLameMP3Enc::quality +gfloat +[0,9.999] +rw +Quality +VBR Quality from 0 to 10, 0 being the best (Only valid if target is quality). +4 -GstID3Tag::v2-tag -gboolean +GstLameMP3Enc::target +GstLameMP3EncTarget -rwx -add version 2 tag -Add version 2 tag at start of file. -TRUE +rw +Target +Optimize for quality or bitrate. +Quality @@ -499,257 +619,57 @@ -GstMPEGAudioParse::bitrate -gint +GstTwoLame::ath-level +gfloat -r -Bitrate -Bit Rate. +rw +ATH Level +ATH Level in dB. 0 -GstMPEGAudioParse::skip +GstTwoLame::bitrate gint - +[8,384] rw -skip -skip. -0 +Bitrate (kb/s) +Bitrate in kbit/sec (8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, 192, 224, 256, 320, 384). +192 -GstA52Dec::drc +GstTwoLame::copyright gboolean rw -Dynamic Range Compression -Use Dynamic Range Compression. +Copyright +Mark as copyright. FALSE -GstA52Dec::lfe -gboolean +GstTwoLame::emphasis +GstTwoLameEmphasis rw -LFE -LFE. -TRUE +Emphasis +Pre-emphasis to apply to the decoded audio. +No emphasis -GstA52Dec::mode -GstA52DecMode +GstTwoLame::energy-level-extension +gboolean rw -Decoder Mode -Decoding Mode (default 3f2r). -3 Front, 2 Rear +Energy Level Extension +Write peak PCM level to each frame. +FALSE -GstMPEGParse::adjust -gboolean - -rw -adjust -Adjust timestamps to smooth discontinuities. -TRUE - - - -GstMPEGParse::byte-offset -guint64 - -rw -Byte Offset -Emit reached-offset signal when the byte offset is reached. -18446744073709551615 - - - -GstMPEGParse::max-discont -gint ->= 0 -rw -Max Discont -The maximum allowed SCR discontinuity. -120000 - - - -GstMPEGParse::sync -gboolean - -rw -Sync -Synchronize on the stream SCR. -FALSE - - - -GstMPEGParse::time-offset -guint64 - -r -Time Offset -Time offset in the stream. -18446744073709551615 - - - -GstMPEGParse::max-scr-gap -gint ->= G_MAXULONG -rw -Max SCR gap -Maximum allowed gap between expected and actual SCR values. -1 means never adjust. -120000 - - - -AC3IEC::raw-audio -gboolean - -rw -raw-audio -If true, source pad caps are set to raw audio. -FALSE - - - -GstDvdReadSrc::angle -gint -[1,999] -rw -angle -angle. -1 - - - -GstDvdReadSrc::chapter -gint -[1,999] -rw -chapter -chapter. -1 - - - -GstDvdReadSrc::device -gchar* - -rw -Device -DVD device location. -NULL - - - -GstDvdReadSrc::title -gint -[1,999] -rw -title -title. -1 - - - -GstRDTManager::latency -guint - -rw -Buffer latency in ms -Amount of ms to buffer. -200 - - - -GstAmrnbEnc::band-mode -GstAmrnbEncBandMode - -rwx -Band Mode -Encoding Band Mode (Kbps). -MR122 - - - -GstCdioCddaSrc::read-speed -gint -[G_MAXULONG,100] -rw -Read speed -Read from device at the specified speed (-1 = default). --1 - - - -GstPNMSrc::location -gchar* - -rw -PNM Location -Location of the PNM url to read. -NULL - - - -GstTwoLame::ath-level -gfloat - -rw -ATH Level -ATH Level in dB. -0 - - - -GstTwoLame::bitrate -gint -[8,384] -rw -Bitrate (kb/s) -Bitrate in kbit/sec (8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, 192, 224, 256, 320, 384). -192 - - - -GstTwoLame::copyright -gboolean - -rw -Copyright -Mark as copyright. -FALSE - - - -GstTwoLame::emphasis -GstTwoLameEmphasis - -rw -Emphasis -Pre-emphasis to apply to the decoded audio. -No emphasis - - - -GstTwoLame::energy-level-extension -gboolean - -rw -Energy Level Extension -Write peak PCM level to each frame. -FALSE - - - -GstTwoLame::error-protection +GstTwoLame::error-protection gboolean rw @@ -849,103 +769,23 @@ -GstLameMP3Enc::bitrate -gint -[8,320] -rw -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 - - - -GstLameMP3Enc::cbr -gboolean - -rw -CBR -Enforce constant bitrate encoding (Only valid if target is bitrate). -FALSE - - - -GstLameMP3Enc::encoding-engine-quality -GstLameMP3EncEncodingEngineQuality - -rw -Encoding Engine Quality -Quality/speed of the encoding engine, this does not affect the bitrate!. -Standard - - - -GstLameMP3Enc::fast-vbr -gboolean +GstX264Enc::analyse +GstX264EncAnalyse rw -Fast VBR -Use fast VBR encoding. -FALSE +Analyse +Partitions to consider. + -GstLameMP3Enc::mono +GstX264Enc::aud gboolean rw -Mono -Enforce mono encoding. -FALSE - - - -GstLameMP3Enc::target -GstLameMP3EncTarget - -rw -Target -Optimize for quality or bitrate. -Quality - - - -GstLameMP3Enc::vbr-quality -gfloat -[0,9.999] -rw -VBR Quality -VBR Quality from 0 to 10, 0 being the best. -4 - - - -GstLameMP3Enc::quality -gfloat -[0,9.999] -rw -Quality -VBR Quality from 0 to 10, 0 being the best (Only valid if target is quality). -4 - - - -GstAmrnbDec::variant -GstAmrnbVariant - -rwx -Variant -The decoder variant. -IF1 - - - -GstX264Enc::analyse -GstX264EncAnalyse - -rw -Analyse -Partitions to consider. - +AUD +Use AU (Access Unit) delimiter. +TRUE @@ -1219,12 +1059,62 @@ -GstX264Enc::aud +GstMad::half gboolean rw -AUD -Use AU (Access Unit) delimiter. +Half +Generate PCM at 1/2 sample rate. +FALSE + + + +GstMad::ignore-crc +gboolean + +rw +Ignore CRC +Ignore CRC errors. TRUE + +GstDvdReadSrc::angle +gint +[1,999] +rw +angle +angle. +1 + + + +GstDvdReadSrc::chapter +gint +[1,999] +rw +chapter +chapter. +1 + + + +GstDvdReadSrc::device +gchar* + +rw +Device +DVD device location. +NULL + + + +GstDvdReadSrc::title +gint +[1,999] +rw +title +title. +1 + + diff --git a/docs/plugins/gst-plugins-ugly-plugins.signals b/docs/plugins/gst-plugins-ugly-plugins.signals index f42ee296..81551902 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.signals +++ b/docs/plugins/gst-plugins-ugly-plugins.signals @@ -1,10 +1,3 @@ - -GstMPEGParse::reached-offset -void -f -GstMPEGParse *gstmpegparse - - GstRDTManager::clear-pt-map void @@ -48,3 +41,10 @@ guint arg1 guint arg2 + +GstMPEGParse::reached-offset +void +f +GstMPEGParse *gstmpegparse + + diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index 0e212a37..55b0b689 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -3,10 +3,10 @@ Decodes ATSC A/52 encoded audio streams ../../ext/a52dec/.libs/libgsta52dec.so libgsta52dec.so - 0.10.15 + 0.10.15.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml index fb084546..171d13be 100644 --- a/docs/plugins/inspect/plugin-amrnb.xml +++ b/docs/plugins/inspect/plugin-amrnb.xml @@ -3,10 +3,10 @@ Adaptive Multi-Rate Narrow-Band ../../ext/amrnb/.libs/libgstamrnb.so libgstamrnb.so - 0.10.15 + 0.10.15.1 unknown gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml index bd07845e..3aa0d784 100644 --- a/docs/plugins/inspect/plugin-amrwbdec.xml +++ b/docs/plugins/inspect/plugin-amrwbdec.xml @@ -3,10 +3,10 @@ Adaptive Multi-Rate Wide-Band Decoder ../../ext/amrwbdec/.libs/libgstamrwbdec.so libgstamrwbdec.so - 0.10.15 + 0.10.15.1 unknown gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml index 6140201c..0f14cde4 100644 --- a/docs/plugins/inspect/plugin-asf.xml +++ b/docs/plugins/inspect/plugin-asf.xml @@ -3,10 +3,10 @@ Demuxes and muxes audio and video in Microsofts ASF format ../../gst/asfdemux/.libs/libgstasf.so libgstasf.so - 0.10.15 + 0.10.15.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index 5f7425ba..0571ce27 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,10 +3,10 @@ Read audio from audio CDs ../../ext/cdio/.libs/libgstcdio.so libgstcdio.so - 0.10.15 + 0.10.15.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index df531d5d..ec465a7c 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,10 +3,10 @@ Decode DVD LPCM frames into standard PCM ../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so libgstdvdlpcmdec.so - 0.10.15 + 0.10.15.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index dbc287f5..09d0cfdc 100644 --- a/docs/plugins/inspect/plugin-dvdread.xml +++ b/docs/plugins/inspect/plugin-dvdread.xml @@ -3,10 +3,10 @@ Access a DVD with dvdread ../../ext/dvdread/.libs/libgstdvdread.so libgstdvdread.so - 0.10.15 + 0.10.15.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml index 6bb5c13a..5c2c5d60 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,10 +3,10 @@ DVD subtitle parser and decoder ../../gst/dvdsub/.libs/libgstdvdsub.so libgstdvdsub.so - 0.10.15 + 0.10.15.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index 06659841..f9dd2a68 100644 --- a/docs/plugins/inspect/plugin-iec958.xml +++ b/docs/plugins/inspect/plugin-iec958.xml @@ -3,10 +3,10 @@ Convert raw AC3 into IEC958 (S/PDIF) frames ../../gst/iec958/.libs/libgstiec958.so libgstiec958.so - 0.10.15 + 0.10.15.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 8d22aa57..fff64ec8 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,10 +3,10 @@ Encode MP3s with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 0.10.15 + 0.10.15.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index f7e02538..d23d5002 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,10 +3,10 @@ mp3 decoding based on the mad library ../../ext/mad/.libs/libgstmad.so libgstmad.so - 0.10.15 + 0.10.15.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index ee8b0b1a..5751283e 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -3,10 +3,10 @@ LibMpeg2 decoder ../../ext/mpeg2dec/.libs/libgstmpeg2dec.so libgstmpeg2dec.so - 0.10.15 + 0.10.15.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index 5cc260d5..d43e1b00 100644 --- a/docs/plugins/inspect/plugin-mpegaudioparse.xml +++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml @@ -3,10 +3,10 @@ MPEG-1 layer 1/2/3 audio stream elements ../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so libgstmpegaudioparse.so - 0.10.15 + 0.10.15.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml index 96233ae7..0603ca7c 100644 --- a/docs/plugins/inspect/plugin-mpegstream.xml +++ b/docs/plugins/inspect/plugin-mpegstream.xml @@ -3,10 +3,10 @@ MPEG system stream parser ../../gst/mpegstream/.libs/libgstmpegstream.so libgstmpegstream.so - 0.10.15 + 0.10.15.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml index 5d115d92..aa2fc078 100644 --- a/docs/plugins/inspect/plugin-realmedia.xml +++ b/docs/plugins/inspect/plugin-realmedia.xml @@ -3,10 +3,10 @@ RealMedia support plugins ../../gst/realmedia/.libs/libgstrmdemux.so libgstrmdemux.so - 0.10.15 + 0.10.15.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index 60770ccc..c44f08c9 100644 --- a/docs/plugins/inspect/plugin-siddec.xml +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -3,10 +3,10 @@ Uses libsidplay to decode .sid files ../../ext/sidplay/.libs/libgstsid.so libgstsid.so - 0.10.15 + 0.10.15.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml index 1cf0958a..f5cccc12 100644 --- a/docs/plugins/inspect/plugin-twolame.xml +++ b/docs/plugins/inspect/plugin-twolame.xml @@ -3,10 +3,10 @@ Encode MP2s with TwoLAME ../../ext/twolame/.libs/libgsttwolame.so libgsttwolame.so - 0.10.15 + 0.10.15.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index de0562fd..67d96b4b 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -3,10 +3,10 @@ libx264-based H264 plugins ../../ext/x264/.libs/libgstx264.so libgstx264.so - 0.10.15 + 0.10.15.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins source release + GStreamer Ugly Plug-ins git Unknown package origin diff --git a/win32/common/config.h b/win32/common/config.h index 65111847..8c37a9e1 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -43,7 +43,7 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release" +#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins git" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -224,7 +224,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.15" +#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.15.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-ugly" @@ -233,7 +233,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.15" +#define PACKAGE_VERSION "0.10.15.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -261,7 +261,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.15" +#define VERSION "0.10.15.1" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ -- cgit v1.2.3