From 98ef159bd144b4c50e5c5bad59abc4c180ff1e79 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 12 Jun 2007 19:35:08 +0000 Subject: Move qtdemux from -bad. Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.args: * docs/plugins/inspect/plugin-qtdemux.xml: * docs/plugins/inspect/plugin-quicktime.xml: * win32/MANIFEST: Move qtdemux from -bad. * gst-plugins-good.spec.in: Update spec file to reflect moving of qtdemux and wavpack --- ChangeLog | 15 ++++++++++++ configure.ac | 6 +++-- docs/plugins/Makefile.am | 1 + docs/plugins/gst-plugins-good-plugins-docs.sgml | 2 ++ docs/plugins/gst-plugins-good-plugins-sections.txt | 8 +++++++ docs/plugins/gst-plugins-good-plugins.args | 22 +++++++++--------- docs/plugins/inspect/plugin-qtdemux.xml | 20 ---------------- docs/plugins/inspect/plugin-quicktime.xml | 27 ++++++++++++++++++++++ gst-plugins-good.spec.in | 5 ++++ win32/MANIFEST | 1 + 10 files changed, 74 insertions(+), 33 deletions(-) delete mode 100644 docs/plugins/inspect/plugin-qtdemux.xml create mode 100644 docs/plugins/inspect/plugin-quicktime.xml diff --git a/ChangeLog b/ChangeLog index f4f7d47f..3d32cc91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2007-06-12 Jan Schmidt + + * configure.ac: + * docs/plugins/Makefile.am: + * docs/plugins/gst-plugins-good-plugins-docs.sgml: + * docs/plugins/gst-plugins-good-plugins-sections.txt: + * docs/plugins/gst-plugins-good-plugins.args: + * docs/plugins/inspect/plugin-qtdemux.xml: + * docs/plugins/inspect/plugin-quicktime.xml: + * win32/MANIFEST: + Move qtdemux from -bad. + + * gst-plugins-good.spec.in: + Update spec file to reflect moving of qtdemux and wavpack + 2007-06-12 Jan Schmidt * win32/MANIFEST: diff --git a/configure.ac b/configure.ac index 5eb1f6b3..e4e8fd8a 100644 --- a/configure.ac +++ b/configure.ac @@ -98,6 +98,7 @@ GST_PLUGINS_ALL="\ matroska \ monoscope \ multipart \ + qtdemux \ rtp \ rtsp \ smpte \ @@ -886,9 +887,9 @@ AG_GST_CHECK_FEATURE(WAVPACK, [wavpack plug-in], wavpack, [ AC_SUBST(WAVPACK_LIBS) ]) -dnl *** id3demux prefers to have zlib *** +dnl *** qtdemux & id3demux prefer to have zlib *** translit(dnm, m, l) AM_CONDITIONAL(USE_ZLIB, true) -AG_GST_CHECK_FEATURE(ZLIB, [zlib support for id3demux],, [ +AG_GST_CHECK_FEATURE(ZLIB, [zlib support for id3demux/qtdemux],, [ AG_GST_CHECK_LIBHEADER(ZLIB, z, uncompress,, zlib.h, [ HAVE_ZLIB="yes" @@ -999,6 +1000,7 @@ gst/level/Makefile gst/matroska/Makefile gst/monoscope/Makefile gst/multipart/Makefile +gst/qtdemux/Makefile gst/rtp/Makefile gst/rtsp/Makefile gst/smpte/Makefile diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 7120c427..2941dafa 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -111,6 +111,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/level/gstlevel.h \ $(top_srcdir)/gst/multipart/multipartdemux.c \ $(top_srcdir)/gst/multipart/multipartmux.c \ + $(top_srcdir)/gst/qtdemux/qtdemux.h \ $(top_srcdir)/gst/rtsp/gstrtpdec.h \ $(top_srcdir)/gst/rtsp/gstrtspsrc.h \ $(top_srcdir)/gst/udp/gstmultiudpsink.h \ diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index f47a57d3..dd09540f 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -51,6 +51,7 @@ + @@ -108,6 +109,7 @@ + diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index 0cd07c50..54c31d9e 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -521,6 +521,14 @@ GST_IS_PROGRESS_REPORT_CLASS gst_progress_report_get_type +
+element-qtdemux +GstQTDemux +qtdemux + +GstQTDemuxClass +
+
element-rtspsrc RTSPLowerTrans diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index 4ec4ac1d..1b069bd1 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -161,7 +161,7 @@ GstUDPSrc::sockfd gint ->= -1 +>= G_MAXULONG rw Socket Handle Socket to use for UDP reception. (-1 == allocate). @@ -1141,7 +1141,7 @@ GstDV1394Src::port gint -[-1,16] +[G_MAXULONG,16] rw Port Port number (-1 automatic). @@ -1341,7 +1341,7 @@ GstTest::allowed-timestamp-deviation gint64 ->= -1 +>= G_MAXULONG rwx allowed timestamp deviation allowed average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. @@ -1351,7 +1351,7 @@ GstTest::buffer-count gint64 ->= -1 +>= G_MAXULONG r buffer count number of buffers in stream. @@ -1361,7 +1361,7 @@ GstTest::expected-buffer-count gint64 ->= -1 +>= G_MAXULONG rwx expected buffer count expected number of buffers in stream. @@ -1371,7 +1371,7 @@ GstTest::expected-length gint64 ->= -1 +>= G_MAXULONG rwx expected length expected length of stream. @@ -1391,7 +1391,7 @@ GstTest::length gint64 ->= -1 +>= G_MAXULONG r length length of stream. @@ -1411,7 +1411,7 @@ GstTest::timestamp-deviation gint64 ->= -1 +>= G_MAXULONG r timestamp deviation average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. @@ -1481,7 +1481,7 @@ GstBreakMyData::set-to gint -[-1,255] +[G_MAXULONG,255] rwx set-to set changed bytes to this value (-1 means random value. @@ -1801,7 +1801,7 @@ GstDynUDPSink::sockfd gint -[-1,32767] +[G_MAXULONG,32767] rw socket handle Socket to use for UDP sending. (-1 == allocate). @@ -1821,7 +1821,7 @@ GstCdioCddaSrc::read-speed gint -[-1,100] +[G_MAXULONG,100] rw Read speed Read from device at the specified speed (-1 = default). diff --git a/docs/plugins/inspect/plugin-qtdemux.xml b/docs/plugins/inspect/plugin-qtdemux.xml deleted file mode 100644 index b3a023dc..00000000 --- a/docs/plugins/inspect/plugin-qtdemux.xml +++ /dev/null @@ -1,20 +0,0 @@ - - qtdemux - Quicktime stream demuxer - ../../gst/qtdemux/.libs/libgstqtdemux.so - libgstqtdemux.so - 0.10.4 - LGPL - gst-plugins-bad - GStreamer Bad Plug-ins source release - Unknown package origin - - - qtdemux - QuickTime demuxer - Codec/Demuxer - Demultiplex a QuickTime file into audio and video streams - David Schleef <ds@schleef.org>, Wim Taymans <wim@fluendo.com> - - - \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-quicktime.xml b/docs/plugins/inspect/plugin-quicktime.xml new file mode 100644 index 00000000..0cce5ad0 --- /dev/null +++ b/docs/plugins/inspect/plugin-quicktime.xml @@ -0,0 +1,27 @@ + + quicktime + Quicktime support + ../../gst/qtdemux/.libs/libgstqtdemux.so + libgstqtdemux.so + 0.10.5.1 + LGPL + gst-plugins-good + GStreamer Good Plug-ins CVS/prerelease + Unknown package origin + + + qtdemux + QuickTime demuxer + Codec/Demuxer + Demultiplex a QuickTime file into audio and video streams + David Schleef <ds@schleef.org>, Wim Taymans <wim@fluendo.com> + + + rtpxqtdepay + RTP packet depayloader + Codec/Depayloader/Network + Extracts Quicktime audio/video from RTP packets + Wim Taymans <wim@fluendo.com> + + + \ No newline at end of file diff --git a/gst-plugins-good.spec.in b/gst-plugins-good.spec.in index b7c45909..adb1f002 100644 --- a/gst-plugins-good.spec.in +++ b/gst-plugins-good.spec.in @@ -95,6 +95,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-%{majorminor}/libgstlevel.so %{_libdir}/gstreamer-%{majorminor}/libgstefence.so %{_libdir}/gstreamer-%{majorminor}/libgstmulaw.so +%{_libdir}/gstreamer-%{majorminor}/libgstqtdemux.so %{_libdir}/gstreamer-%{majorminor}/libgstrtp.so %{_libdir}/gstreamer-%{majorminor}/libgstrtsp.so %{_libdir}/gstreamer-%{majorminor}/libgstsmpte.so @@ -145,11 +146,15 @@ rm -rf $RPM_BUILD_ROOT @USE_AALIB_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstaasink.so @USE_LIBDV_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstdv.so @USE_DV1394_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgst1394.so +@USE_WAVPACK_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so # schema files @USE_GCONF_TRUE@%{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas %changelog +* Tue Jun 12 2007 Jan Schmidt +- wavpack and qtdemux have moved from bad + * Fri Sep 02 2005 Thomas Vander Stichele - clean up for splitup diff --git a/win32/MANIFEST b/win32/MANIFEST index 944e6dbe..4ae3a65d 100644 --- a/win32/MANIFEST +++ b/win32/MANIFEST @@ -27,6 +27,7 @@ win32/vs6/libgstmedian.dsp win32/vs6/libgstmonoscope.dsp win32/vs6/libgstmulaw.dsp win32/vs6/libgstmultipart.dsp +win32/vs6/libgstqtdemux.dsp win32/vs6/libgstrtp.dsp win32/vs6/libgstrtsp.dsp win32/vs6/libgstsmpte.dsp -- cgit