Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Göran Jönsson
gst-plugins-base
Commits
ffc52621
Commit
ffc52621
authored
Jul 30, 2013
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.0.9
parent
6a79969b
Changes
34
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
228 additions
and
57 deletions
+228
-57
ChangeLog
ChangeLog
+156
-2
NEWS
NEWS
+15
-1
RELEASE
RELEASE
+12
-16
configure.ac
configure.ac
+2
-2
docs/plugins/inspect/plugin-adder.xml
docs/plugins/inspect/plugin-adder.xml
+1
-1
docs/plugins/inspect/plugin-alsa.xml
docs/plugins/inspect/plugin-alsa.xml
+1
-1
docs/plugins/inspect/plugin-app.xml
docs/plugins/inspect/plugin-app.xml
+1
-1
docs/plugins/inspect/plugin-audioconvert.xml
docs/plugins/inspect/plugin-audioconvert.xml
+1
-1
docs/plugins/inspect/plugin-audiorate.xml
docs/plugins/inspect/plugin-audiorate.xml
+1
-1
docs/plugins/inspect/plugin-audioresample.xml
docs/plugins/inspect/plugin-audioresample.xml
+1
-1
docs/plugins/inspect/plugin-audiotestsrc.xml
docs/plugins/inspect/plugin-audiotestsrc.xml
+1
-1
docs/plugins/inspect/plugin-cdparanoia.xml
docs/plugins/inspect/plugin-cdparanoia.xml
+1
-1
docs/plugins/inspect/plugin-encoding.xml
docs/plugins/inspect/plugin-encoding.xml
+1
-1
docs/plugins/inspect/plugin-gio.xml
docs/plugins/inspect/plugin-gio.xml
+1
-1
docs/plugins/inspect/plugin-ivorbisdec.xml
docs/plugins/inspect/plugin-ivorbisdec.xml
+1
-1
docs/plugins/inspect/plugin-libvisual.xml
docs/plugins/inspect/plugin-libvisual.xml
+1
-1
docs/plugins/inspect/plugin-ogg.xml
docs/plugins/inspect/plugin-ogg.xml
+1
-1
docs/plugins/inspect/plugin-pango.xml
docs/plugins/inspect/plugin-pango.xml
+1
-1
docs/plugins/inspect/plugin-playback.xml
docs/plugins/inspect/plugin-playback.xml
+1
-1
docs/plugins/inspect/plugin-subparse.xml
docs/plugins/inspect/plugin-subparse.xml
+2
-2
docs/plugins/inspect/plugin-tcp.xml
docs/plugins/inspect/plugin-tcp.xml
+1
-1
docs/plugins/inspect/plugin-theora.xml
docs/plugins/inspect/plugin-theora.xml
+1
-1
docs/plugins/inspect/plugin-typefindfunctions.xml
docs/plugins/inspect/plugin-typefindfunctions.xml
+1
-1
docs/plugins/inspect/plugin-videoconvert.xml
docs/plugins/inspect/plugin-videoconvert.xml
+1
-1
docs/plugins/inspect/plugin-videorate.xml
docs/plugins/inspect/plugin-videorate.xml
+1
-1
docs/plugins/inspect/plugin-videoscale.xml
docs/plugins/inspect/plugin-videoscale.xml
+1
-1
docs/plugins/inspect/plugin-videotestsrc.xml
docs/plugins/inspect/plugin-videotestsrc.xml
+1
-1
docs/plugins/inspect/plugin-volume.xml
docs/plugins/inspect/plugin-volume.xml
+1
-1
docs/plugins/inspect/plugin-vorbis.xml
docs/plugins/inspect/plugin-vorbis.xml
+1
-1
docs/plugins/inspect/plugin-ximagesink.xml
docs/plugins/inspect/plugin-ximagesink.xml
+1
-1
docs/plugins/inspect/plugin-xvimagesink.xml
docs/plugins/inspect/plugin-xvimagesink.xml
+1
-1
gst-plugins-base.doap
gst-plugins-base.doap
+10
-0
win32/common/_stdint.h
win32/common/_stdint.h
+1
-1
win32/common/config.h
win32/common/config.h
+4
-7
No files found.
ChangeLog
View file @
ffc52621
=== release 1.0.9 ===
2013-07-30 Tim-Philipp Müller <tim@centricular.net>
* configure.ac:
releasing 1.0.9
2013-07-28 13:52:28 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* gst/tcp/gstmultisocketsink.c:
multisocketsink: Fix handling of partial writes and WOULD_BLOCK errors
2013-07-28 13:23:41 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* gst/tcp/gstmultifdsink.c:
multifdsink: Update current time after every write
Each write will update the last_activity_time and otherwise we would
compare against a too old current time and immediately timeout because
current time is smaller than last activity time (overflow).
2013-07-28 13:20:48 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* gst/tcp/gstmultihandlesink.c:
multihandlesink: Update current time after every write
Each write will update the last_activity_time and otherwise we would
compare against a too old current time and immediately timeout because
current time is smaller than last activity time (overflow).
2013-07-26 14:28:41 +0200 Matej Knopp <matej.knopp@gmail.com>
* gst-libs/gst/audio/gstaudiodecoder.c:
audiodecoder: do not leak input caps
https://bugzilla.gnome.org/show_bug.cgi?id=704926
2012-11-02 10:04:16 +0100 Edward Hervey <edward.hervey@collabora.co.uk>
* gst/videotestsrc/gstvideotestsrc.c:
videotestsrc: Initialize GstVideoInfo in ::start()
Otherwise we end up with bogus values and races
2012-11-02 10:03:38 +0100 Edward Hervey <edward.hervey@collabora.co.uk>
* gst/videotestsrc/gstvideotestsrc.c:
videotestsrc: Don't error on not-negotiated
Base classes will handle re-negotiation if needed, but emitting an
error message will make applications stop.
2013-07-25 14:11:28 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* gst-libs/gst/audio/gstaudiodecoder.h:
* gst-libs/gst/video/gstvideodecoder.h:
audio/videodecoder: Rename variable in macro from dec to __dec
Otherwise it might shadow another variable in the outside scope
and cause interesting side effects.
2013-07-15 22:27:20 -0400 Olivier Crête <olivier.crete@collabora.com>
* gst-libs/gst/tag/gsttagdemux.c:
tagdemux: Put the modified time back in the time part of the segment
Fixes ACCURATE seeks in push mode with baseparse.
https://bugzilla.gnome.org/show_bug.cgi?id=704301
2013-07-17 09:04:47 +0100 Tim-Philipp Müller <tim@centricular.net>
* gst/subparse/samiparse.c:
subparse: use g_strdup() and friends
Fixes build issue on windows, but is also better seeing that
these string are going to get freed with g_free() and not free().
2013-07-16 18:42:19 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* configure.ac:
configure: remove obsolete libxml checks
https://bugzilla.gnome.org/show_bug.cgi?id=693056
2013-07-16 18:30:50 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* gst/subparse/gstsubparse.c:
* gst/subparse/samiparse.c:
subparse: don't leak parse context for sami and qttext
In gst_sub_parse_dispose() parser_type will be UNKNOWN,
so these deinit calls were never executed. And we should
clean up the parser state in the downwards state change
anyway.
2013-05-28 16:56:28 +0900 Young-Ho Cha <ganadist@gmail.com>
* tests/check/elements/subparse.c:
tests: update sami parser testcases
Remove libxml dependency for sami parser
and add more testcases.
https://bugzilla.gnome.org/show_bug.cgi?id=693056
2013-05-25 17:10:14 +0900 Young-Ho Cha <ganadist@gmail.com>
* gst/subparse/Makefile.am:
* gst/subparse/gstsubparse.c:
* gst/subparse/samiparse.c:
subparse: remove libxml dependency for sami parser and re-enable sami parser
To celebrate 2013.gnome.asia, updated sami parser for gstreamer 1.x. :D
Remove conditional block for check libxml usage and
implement a simple html markup parser for the sami
parser.
https://bugzilla.gnome.org/show_bug.cgi?id=693056
2013-07-15 17:09:16 -0400 Olivier Crête <olivier.crete@collabora.com>
* gst-libs/gst/riff/riff-media.c:
riff-media: Add 'png ' fourcc
On top of mpng, MPNG, PNG, there is also png it seems
https://bugzilla.gnome.org/show_bug.cgi?id=704291
2013-07-10 13:27:21 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
* gst-libs/gst/riff/riff-media.c:
riff: Provide correct media type for XSub
Xsub (fourcc DXSB) is a subpicture stream used for embeded
subtitles on divx files. This provides a correct media type
for them instead of just video/x-avi-unknown.
=== release 1.0.8 ===
2013-07-12 Tim-Philipp Müller <tim@centricular.net>
2013-07-12
00:48:36 +0100
Tim-Philipp Müller <tim@centricular.net>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.0.8
* docs/plugins/gst-plugins-base-plugins.args:
* docs/plugins/inspect/plugin-adder.xml:
* docs/plugins/inspect/plugin-alsa.xml:
* docs/plugins/inspect/plugin-app.xml:
* docs/plugins/inspect/plugin-audioconvert.xml:
* docs/plugins/inspect/plugin-audiorate.xml:
* docs/plugins/inspect/plugin-audioresample.xml:
* docs/plugins/inspect/plugin-audiotestsrc.xml:
* docs/plugins/inspect/plugin-cdparanoia.xml:
* docs/plugins/inspect/plugin-encoding.xml:
* docs/plugins/inspect/plugin-gio.xml:
* docs/plugins/inspect/plugin-ivorbisdec.xml:
* docs/plugins/inspect/plugin-libvisual.xml:
* docs/plugins/inspect/plugin-ogg.xml:
* docs/plugins/inspect/plugin-pango.xml:
* docs/plugins/inspect/plugin-playback.xml:
* docs/plugins/inspect/plugin-subparse.xml:
* docs/plugins/inspect/plugin-tcp.xml:
* docs/plugins/inspect/plugin-theora.xml:
* docs/plugins/inspect/plugin-typefindfunctions.xml:
* docs/plugins/inspect/plugin-videoconvert.xml:
* docs/plugins/inspect/plugin-videorate.xml:
* docs/plugins/inspect/plugin-videoscale.xml:
* docs/plugins/inspect/plugin-videotestsrc.xml:
* docs/plugins/inspect/plugin-volume.xml:
* docs/plugins/inspect/plugin-vorbis.xml:
* docs/plugins/inspect/plugin-ximagesink.xml:
* docs/plugins/inspect/plugin-xvimagesink.xml:
* gst-plugins-base.doap:
* win32/common/_stdint.h:
* win32/common/config.h:
Release 1.0.8
2013-06-19 13:21:45 +0200 Jonas Holmberg <jonashg@axis.com>
NEWS
View file @
ffc52621
This is GStreamer Base Plugins 1.0.8
This is GStreamer Base Plugins 1.0.9
Changes since 1.0.8:
* subparse: re-enable sami parser
* tagdemux: fix ACCURATE seeks in push mode
* multisocketsink, multifdsink: fix handling of partial writes and WOULD_BLOCK errors, and other fixes
* audiodecoder: fix input caps leak
Bugs fixed since 1.0.8:
* 693056 : subparse: re-enable sami support
* 704291 : riff: PNG AVI file does not play
* 704301 : tagdemux: Breaks seeking forward fails if ACCURATE seek and push sources
* 704926 : audiodecoder: leaks input caps
Changes since 1.0.7:
...
...
RELEASE
View file @
ffc52621
Release notes for GStreamer Base Plugins 1.0.
8
Release notes for GStreamer Base Plugins 1.0.
9
The GStreamer team is proud to announce a new bug-fix release
...
...
@@ -60,19 +60,17 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Features of this release
* tag: ignore malformed ID3v2 TDAT frames
* subparse: re-enable sami parser
* tagdemux: fix ACCURATE seeks in push mode
* multisocketsink, multifdsink: fix handling of partial writes and WOULD_BLOCK errors, and other fixes
* audiodecoder: fix input caps leak
Bugs fixed in this release
* 636245 : [riff] For ADPCM codecs the average bitrate should be calculated instead of trusting the format header
* 688803 : playbin: converters don't work? not-negotiated error with non-1/1 PAR and ximagesink
* 690420 : decodebin: Race between GstBin and decodebin trying to change states of child elements
* 698896 : liveadder: What is the unit for " latency " ?
* 699923 : typefind: fix detection of HLS playlists with alternative renditions
* 701976 : flvdemux: Forwards CAPS events from upstream
* 703128 : videotestsrc leaks memory
* 703283 : id3: gst_date_time_new: assertion `(month > 0 & & month < = 12) || month == -1' failed with malformed TDAT frames
* 699794 : uridecodebin: Leaking queue2 elements in playbin gapless mode
* 693056 : subparse: re-enable sami support
* 704291 : riff: PNG AVI file does not play
* 704301 : tagdemux: Breaks seeking forward fails if ACCURATE seek and push sources
* 704926 : audiodecoder: leaks input caps
==== Download ====
...
...
@@ -109,13 +107,11 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Andoni Morales Alastruey
* Edward Hervey
* Jonas Holmberg
* Julien Moutte
* Marcin Lewandowski
* Matej Knopp
* Olivier Crête
* Reynaldo H. Verdejo Pinochet
* Sebastian Dröge
* Thibault Saunier
* Tim-Philipp Müller
* Young-Ho Cha
\ No newline at end of file
configure.ac
View file @
ffc52621
...
...
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT(GStreamer Base Plug-ins, 1.0.
8
,
AC_INIT(GStreamer Base Plug-ins, 1.0.
9
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)
...
...
@@ -50,7 +50,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST,
7
, 0,
7
)
AS_LIBTOOL(GST,
8
, 0,
8
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.0.5
...
...
docs/plugins/inspect/plugin-adder.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Adds multiple streams
</description>
<filename>
../../gst/adder/.libs/libgstadder.so
</filename>
<basename>
libgstadder.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-alsa.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
ALSA plugin library
</description>
<filename>
../../ext/alsa/.libs/libgstalsa.so
</filename>
<basename>
libgstalsa.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-app.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Elements used to communicate with applications
</description>
<filename>
../../gst/app/.libs/libgstapp.so
</filename>
<basename>
libgstapp.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-audioconvert.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Convert audio to different formats
</description>
<filename>
../../gst/audioconvert/.libs/libgstaudioconvert.so
</filename>
<basename>
libgstaudioconvert.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-audiorate.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Adjusts audio frames
</description>
<filename>
../../gst/audiorate/.libs/libgstaudiorate.so
</filename>
<basename>
libgstaudiorate.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-audioresample.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Resamples audio
</description>
<filename>
../../gst/audioresample/.libs/libgstaudioresample.so
</filename>
<basename>
libgstaudioresample.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-audiotestsrc.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Creates audio test signals of given frequency and volume
</description>
<filename>
../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so
</filename>
<basename>
libgstaudiotestsrc.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-cdparanoia.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Read audio from CD in paranoid mode
</description>
<filename>
../../ext/cdparanoia/.libs/libgstcdparanoia.so
</filename>
<basename>
libgstcdparanoia.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-encoding.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
various encoding-related elements
</description>
<filename>
../../gst/encoding/.libs/libgstencodebin.so
</filename>
<basename>
libgstencodebin.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-gio.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
GIO elements
</description>
<filename>
../../gst/gio/.libs/libgstgio.so
</filename>
<basename>
libgstgio.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-ivorbisdec.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Vorbis Tremor decoder
</description>
<filename>
../../ext/vorbis/.libs/libgstivorbisdec.so
</filename>
<basename>
libgstivorbisdec.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-libvisual.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
libvisual visualization plugins
</description>
<filename>
../../ext/libvisual/.libs/libgstlibvisual.so
</filename>
<basename>
libgstlibvisual.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-ogg.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
ogg stream manipulation (info about ogg: http://xiph.org)
</description>
<filename>
../../ext/ogg/.libs/libgstogg.so
</filename>
<basename>
libgstogg.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-pango.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Pango-based text rendering and overlay
</description>
<filename>
../../ext/pango/.libs/libgstpango.so
</filename>
<basename>
libgstpango.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-playback.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
various playback elements
</description>
<filename>
../../gst/playback/.libs/libgstplayback.so
</filename>
<basename>
libgstplayback.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-subparse.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Subtitle parsing
</description>
<filename>
../../gst/subparse/.libs/libgstsubparse.so
</filename>
<basename>
libgstsubparse.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
@@ -41,7 +41,7 @@
<name>
sink
</name>
<direction>
sink
</direction>
<presence>
always
</presence>
<details>
application/x-subtitle; application/x-subtitle-
dks
; application/x-subtitle-tmplayer; application/x-subtitle-mpl2; application/x-subtitle-qttext
</details>
<details>
application/x-subtitle; application/x-subtitle-
sami
; application/x-subtitle-tmplayer; application/x-subtitle-mpl2;
application/x-subtitle-dks;
application/x-subtitle-qttext
</details>
</caps>
<caps>
<name>
src
</name>
...
...
docs/plugins/inspect/plugin-tcp.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
transfer data over the network via TCP
</description>
<filename>
../../gst/tcp/.libs/libgsttcp.so
</filename>
<basename>
libgsttcp.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-theora.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Theora plugin library
</description>
<filename>
../../ext/theora/.libs/libgsttheora.so
</filename>
<basename>
libgsttheora.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-typefindfunctions.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
default typefind functions
</description>
<filename>
../../gst/typefind/.libs/libgsttypefindfunctions.so
</filename>
<basename>
libgsttypefindfunctions.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-videoconvert.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Colorspace conversion
</description>
<filename>
../../gst/videoconvert/.libs/libgstvideoconvert.so
</filename>
<basename>
libgstvideoconvert.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-videorate.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Adjusts video frames
</description>
<filename>
../../gst/videorate/.libs/libgstvideorate.so
</filename>
<basename>
libgstvideorate.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-videoscale.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Resizes video
</description>
<filename>
../../gst/videoscale/.libs/libgstvideoscale.so
</filename>
<basename>
libgstvideoscale.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-videotestsrc.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Creates a test video stream
</description>
<filename>
../../gst/videotestsrc/.libs/libgstvideotestsrc.so
</filename>
<basename>
libgstvideotestsrc.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-volume.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
plugin for controlling audio volume
</description>
<filename>
../../gst/volume/.libs/libgstvolume.so
</filename>
<basename>
libgstvolume.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-vorbis.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
Vorbis plugin library
</description>
<filename>
../../ext/vorbis/.libs/libgstvorbis.so
</filename>
<basename>
libgstvorbis.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-ximagesink.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
X11 video output element based on standard Xlib calls
</description>
<filename>
../../sys/ximage/.libs/libgstximagesink.so
</filename>
<basename>
libgstximagesink.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-xvimagesink.xml
View file @
ffc52621
...
...
@@ -3,7 +3,7 @@
<description>
XFree86 video output plugin using Xv extension
</description>
<filename>
../../sys/xvimage/.libs/libgstxvimagesink.so
</filename>
<basename>
libgstxvimagesink.so
</basename>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins source release
</package>
...
...
gst-plugins-base.doap
View file @
ffc52621
...
...
@@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.0.9</revision>
<branch>1.0</branch>
<name></name>
<created>2013-07-30</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.0.9.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.0.8</revision>
...
...
win32/common/_stdint.h
View file @
ffc52621
#ifndef _GST_PLUGINS_BASE__STDINT_H
#define _GST_PLUGINS_BASE__STDINT_H 1
#ifndef _GENERATED_STDINT_H
#define _GENERATED_STDINT_H "gst-plugins-base 1.0.
8
"
#define _GENERATED_STDINT_H "gst-plugins-base 1.0.
9
"
/* generated using gnu compiler gcc (Debian 4.7.2-5) 4.7.2 */
#define _STDINT_HAVE_STDINT_H 1
#include <stdint.h>
...
...
win32/common/config.h
View file @
ffc52621
...
...
@@ -56,9 +56,6 @@
/* system wide data directory */
#define GST_DATADIR PREFIX "\\share"
/* set to disable libxml2-dependent code in subparse */
#undef GST_DISABLE_XML
/* Extra platform specific plugin suffix */
#undef GST_EXTRA_MODULE_SUFFIX
...
...
@@ -87,7 +84,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2013-07-
11
"
#define GST_PACKAGE_RELEASE_DATETIME "2013-07-
30
"
/* Define if static plugins should be built */
#undef GST_PLUGIN_BUILD_STATIC
...
...
@@ -322,7 +319,7 @@
#define PACKAGE_NAME "GStreamer Base Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Base Plug-ins 1.0.
8
"
#define PACKAGE_STRING "GStreamer Base Plug-ins 1.0.
9
"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-base"
...
...
@@ -331,7 +328,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.0.
8
"
#define PACKAGE_VERSION "1.0.
9
"
/* directory where plugins are located */
#ifdef _DEBUG
...
...
@@ -365,7 +362,7 @@
#undef USE_TREMOLO
/* Version number of package */
#define VERSION "1.0.
8
"
#define VERSION "1.0.
9
"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment