mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
Move GDP plugin to -base from -bad. Closes #347783.
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-base-plugins-docs.sgml: * docs/plugins/gst-plugins-base-plugins-sections.txt: * docs/plugins/inspect/plugin-gdp.xml: * gst/gdp/Makefile.am: * tests/check/Makefile.am: Move GDP plugin to -base from -bad. Closes #347783.
This commit is contained in:
parent
8c7c9ad6d4
commit
ba7524353f
8 changed files with 76 additions and 4 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* docs/plugins/Makefile.am:
|
||||||
|
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
|
||||||
|
* docs/plugins/gst-plugins-base-plugins-sections.txt:
|
||||||
|
* docs/plugins/inspect/plugin-gdp.xml:
|
||||||
|
* gst/gdp/Makefile.am:
|
||||||
|
* tests/check/Makefile.am:
|
||||||
|
Move GDP plugin to -base from -bad. Closes #347783.
|
||||||
|
|
||||||
2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
|
2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst-libs/gst/tag/gstvorbistag.c:
|
* gst-libs/gst/tag/gstvorbistag.c:
|
||||||
|
@ -400,6 +411,11 @@
|
||||||
Make seeking in ogg more accurate again by doing the more correct
|
Make seeking in ogg more accurate again by doing the more correct
|
||||||
granuletime to stream time conversion.
|
granuletime to stream time conversion.
|
||||||
|
|
||||||
|
2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_new_client):
|
||||||
|
|
||||||
|
|
||||||
2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
|
* gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
|
||||||
|
|
|
@ -89,6 +89,7 @@ GST_PLUGINS_ALL="\
|
||||||
audioresample \
|
audioresample \
|
||||||
audiotestsrc \
|
audiotestsrc \
|
||||||
ffmpegcolorspace \
|
ffmpegcolorspace \
|
||||||
|
gdp \
|
||||||
playback \
|
playback \
|
||||||
typefind \
|
typefind \
|
||||||
videotestsrc \
|
videotestsrc \
|
||||||
|
@ -577,6 +578,7 @@ gst/audiorate/Makefile
|
||||||
gst/audioresample/Makefile
|
gst/audioresample/Makefile
|
||||||
gst/audiotestsrc/Makefile
|
gst/audiotestsrc/Makefile
|
||||||
gst/ffmpegcolorspace/Makefile
|
gst/ffmpegcolorspace/Makefile
|
||||||
|
gst/gdp/Makefile
|
||||||
gst/playback/Makefile
|
gst/playback/Makefile
|
||||||
gst/subparse/Makefile
|
gst/subparse/Makefile
|
||||||
gst/tcp/Makefile
|
gst/tcp/Makefile
|
||||||
|
|
|
@ -94,6 +94,8 @@ EXTRA_HFILES = \
|
||||||
$(top_srcdir)/gst/audioresample/gstaudioresample.h \
|
$(top_srcdir)/gst/audioresample/gstaudioresample.h \
|
||||||
$(top_srcdir)/gst/audiotestsrc/gstaudiotestsrc.h \
|
$(top_srcdir)/gst/audiotestsrc/gstaudiotestsrc.h \
|
||||||
$(top_srcdir)/gst/ffmpegcolorspace/gstffmpegcolorspace.h \
|
$(top_srcdir)/gst/ffmpegcolorspace/gstffmpegcolorspace.h \
|
||||||
|
$(top_srcdir)/gst/gdp/gstgdpdepay.h \
|
||||||
|
$(top_srcdir)/gst/gdp/gstgdppay.h \
|
||||||
$(top_srcdir)/gst/tcp/gstmultifdsink.h \
|
$(top_srcdir)/gst/tcp/gstmultifdsink.h \
|
||||||
$(top_srcdir)/gst/tcp/gsttcpserversink.h \
|
$(top_srcdir)/gst/tcp/gsttcpserversink.h \
|
||||||
$(top_srcdir)/gst/videorate/gstvideorate.h \
|
$(top_srcdir)/gst/videorate/gstvideorate.h \
|
||||||
|
|
|
@ -22,6 +22,8 @@
|
||||||
<xi:include href="xml/element-cdparanoiasrc.xml" />
|
<xi:include href="xml/element-cdparanoiasrc.xml" />
|
||||||
<xi:include href="xml/element-clockoverlay.xml" />
|
<xi:include href="xml/element-clockoverlay.xml" />
|
||||||
<xi:include href="xml/element-ffmpegcolorspace.xml" />
|
<xi:include href="xml/element-ffmpegcolorspace.xml" />
|
||||||
|
<xi:include href="xml/element-gdppay.xml" />
|
||||||
|
<xi:include href="xml/element-gdpdepay.xml" />
|
||||||
<xi:include href="xml/element-gnomevfssink.xml" />
|
<xi:include href="xml/element-gnomevfssink.xml" />
|
||||||
<xi:include href="xml/element-gnomevfssrc.xml" />
|
<xi:include href="xml/element-gnomevfssrc.xml" />
|
||||||
<xi:include href="xml/element-multifdsink.xml" />
|
<xi:include href="xml/element-multifdsink.xml" />
|
||||||
|
@ -54,6 +56,7 @@
|
||||||
<xi:include href="xml/plugin-cdparanoia.xml" />
|
<xi:include href="xml/plugin-cdparanoia.xml" />
|
||||||
<xi:include href="xml/plugin-decodebin.xml" />
|
<xi:include href="xml/plugin-decodebin.xml" />
|
||||||
<xi:include href="xml/plugin-ffmpegcolorspace.xml" />
|
<xi:include href="xml/plugin-ffmpegcolorspace.xml" />
|
||||||
|
<xi:include href="xml/plugin-gdp.xml" />
|
||||||
<xi:include href="xml/plugin-gnomevfs.xml" />
|
<xi:include href="xml/plugin-gnomevfs.xml" />
|
||||||
<xi:include href="xml/plugin-libvisual.xml" />
|
<xi:include href="xml/plugin-libvisual.xml" />
|
||||||
<xi:include href="xml/plugin-ogg.xml" />
|
<xi:include href="xml/plugin-ogg.xml" />
|
||||||
|
|
|
@ -142,6 +142,23 @@ GST_TYPE_FFMPEGCSP
|
||||||
GstFFMpegCspClass
|
GstFFMpegCspClass
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-gdpdepay</FILE>
|
||||||
|
GstGDPDepay
|
||||||
|
<TITLE>gdpdepay</TITLE>
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstGDPDepayClass
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-gdppay</FILE>
|
||||||
|
GstGDPPay
|
||||||
|
<TITLE>gdppay</TITLE>
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstGDPPayClass
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>element-multifdsink</FILE>
|
<FILE>element-multifdsink</FILE>
|
||||||
<TITLE>multifdsink</TITLE>
|
<TITLE>multifdsink</TITLE>
|
||||||
|
|
27
docs/plugins/inspect/plugin-gdp.xml
Normal file
27
docs/plugins/inspect/plugin-gdp.xml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<plugin>
|
||||||
|
<name>gdp</name>
|
||||||
|
<description>Payload/depayload GDP packets</description>
|
||||||
|
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
||||||
|
<basename>libgstgdp.so</basename>
|
||||||
|
<version>0.10.9.1</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-base</source>
|
||||||
|
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>gdpdepay</name>
|
||||||
|
<longname>GDP Depayloader</longname>
|
||||||
|
<class>GDP/Depayloader</class>
|
||||||
|
<description>Depayloads GStreamer Data Protocol buffers</description>
|
||||||
|
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>gdppay</name>
|
||||||
|
<longname>GDP Payloader</longname>
|
||||||
|
<class>GDP/Payloader</class>
|
||||||
|
<description>Payloads GStreamer Data Protocol buffers</description>
|
||||||
|
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
|
@ -5,8 +5,8 @@ libgstgdp_la_SOURCES = \
|
||||||
gstgdppay.c \
|
gstgdppay.c \
|
||||||
gstgdpdepay.c
|
gstgdpdepay.c
|
||||||
|
|
||||||
libgstgdp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
libgstgdp_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
libgstgdp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_GDP_LIBS)
|
libgstgdp_la_LIBADD = $(GST_BASE_LIBS) $(GST_GDP_LIBS)
|
||||||
libgstgdp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstgdp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
|
|
|
@ -47,6 +47,8 @@ check_PROGRAMS = \
|
||||||
elements/audioconvert \
|
elements/audioconvert \
|
||||||
elements/audioresample \
|
elements/audioresample \
|
||||||
elements/audiotestsrc \
|
elements/audiotestsrc \
|
||||||
|
elements/gdpdepay \
|
||||||
|
elements/gdppay \
|
||||||
elements/multifdsink \
|
elements/multifdsink \
|
||||||
elements/videorate \
|
elements/videorate \
|
||||||
elements/videotestsrc \
|
elements/videotestsrc \
|
||||||
|
@ -112,6 +114,9 @@ elements_audioconvert_CFLAGS = \
|
||||||
-I$(top_srcdir)/gst-libs \
|
-I$(top_srcdir)/gst-libs \
|
||||||
$(CFLAGS) $(AM_CFLAGS)
|
$(CFLAGS) $(AM_CFLAGS)
|
||||||
|
|
||||||
|
elements_gdpdepay_LDADD = $(GST_GDP_LIBS) $(LDADD)
|
||||||
|
elements_gdppay_LDADD = $(GST_GDP_LIBS) $(LDADD)
|
||||||
|
|
||||||
elements_volume_LDADD = \
|
elements_volume_LDADD = \
|
||||||
$(GST_BASE_LIBS) \
|
$(GST_BASE_LIBS) \
|
||||||
$(LDADD)
|
$(LDADD)
|
||||||
|
|
Loading…
Reference in a new issue