Skip to content

Commit

Permalink
Release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Jun 24, 2015
1 parent 6595508 commit f128998
Show file tree
Hide file tree
Showing 74 changed files with 1,311 additions and 316 deletions.
951 changes: 949 additions & 2 deletions ChangeLog

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This is GStreamer Good Plugins 1.5.1
This is GStreamer Good Plugins 1.5.2

260 changes: 27 additions & 233 deletions RELEASE

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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/pre
AC_INIT([GStreamer Good Plug-ins],[1.5.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
AC_INIT([GStreamer Good Plug-ins],[1.5.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])

AG_GST_INIT

Expand Down Expand Up @@ -43,11 +43,11 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])

AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 501, 0, 501)
AS_LIBTOOL(GST, 502, 0, 502)

dnl *** required versions of GStreamer stuff ***
GST_REQ=1.5.1.1
GSTPB_REQ=1.5.1.1
GST_REQ=1.5.2
GSTPB_REQ=1.5.2

dnl *** autotools stuff ****

Expand Down
246 changes: 243 additions & 3 deletions docs/plugins/gst-plugins-good-plugins.args
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,16 @@
<DEFAULT>TRUE</DEFAULT>
</ARG>

<ARG>
<NAME>GstRTSPSrc::tls-interaction</NAME>
<TYPE>GTlsInteraction*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>TLS interaction</NICK>
<BLURB>A GTlsInteraction object to promt the user for password or certificate.</BLURB>
<DEFAULT></DEFAULT>
</ARG>

<ARG>
<NAME>GstRTPDec::skip</NAME>
<TYPE>gint</TYPE>
Expand Down Expand Up @@ -4288,6 +4298,16 @@
<DEFAULT>TRUE</DEFAULT>
</ARG>

<ARG>
<NAME>GstSoupHTTPSrc::tls-database</NAME>
<TYPE>GTlsDatabase*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>TLS database</NICK>
<BLURB>TLS database with anchor certificate authorities used to validate the server certificate.</BLURB>
<DEFAULT></DEFAULT>
</ARG>

<ARG>
<NAME>GstRTPDVPay::mode</NAME>
<TYPE>GstDVPayMode</TYPE>
Expand Down Expand Up @@ -21324,7 +21344,7 @@
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Use pipeline clock</NICK>
<BLURB>Use the pipeline running-time to set the NTP time in the RTCP SR messages.</BLURB>
<BLURB>Use the pipeline running-time to set the NTP time in the RTCP SR messages (DEPRECATED: Use ntp-source property).</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>

Expand Down Expand Up @@ -21385,7 +21405,17 @@
<FLAGS>rw</FLAGS>
<NICK>RTP Profile</NICK>
<BLURB>Default RTP profile of newly created sessions.</BLURB>
<DEFAULT>GST_RTP_PROFILE_AVPF</DEFAULT>
<DEFAULT>GST_RTP_PROFILE_AVP</DEFAULT>
</ARG>

<ARG>
<NAME>GstRtpBin::ntp-time-source</NAME>
<TYPE>GstRtpNtpTimeSource</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>NTP Time Source</NICK>
<BLURB>NTP time source for RTCP packets.</BLURB>
<DEFAULT>NTP time based on realtime clock</DEFAULT>
</ARG>

<ARG>
Expand Down Expand Up @@ -21644,7 +21674,7 @@
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Use pipeline clock</NICK>
<BLURB>Use the pipeline running-time to set the NTP time in the RTCP SR messages.</BLURB>
<BLURB>Use the pipeline running-time to set the NTP time in the RTCP SR messages (DEPRECATED: Use ntp-source property).</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>

Expand Down Expand Up @@ -21688,6 +21718,16 @@
<DEFAULT>GST_RTP_PROFILE_AVP</DEFAULT>
</ARG>

<ARG>
<NAME>GstRtpSession::ntp-time-source</NAME>
<TYPE>GstRtpNtpTimeSource</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>NTP Time Source</NICK>
<BLURB>NTP time source for RTCP packets.</BLURB>
<DEFAULT>NTP time based on realtime clock</DEFAULT>
</ARG>

<ARG>
<NAME>GstRtpRtxSend::rtx-payload-type</NAME>
<TYPE>guint</TYPE>
Expand Down Expand Up @@ -22468,6 +22508,46 @@
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstQTMux::reserved-bytes-per-sec</NAME>
<TYPE>guint</TYPE>
<RANGE><= 10000</RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Reserved MOOV bytes per second, per track</NICK>
<BLURB>Multiplier for converting reserved-max-duration into bytes of header to reserve, per second, per track.</BLURB>
<DEFAULT>550</DEFAULT>
</ARG>

<ARG>
<NAME>GstQTMux::reserved-duration-remaining</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Report the approximate amount of remaining recording space (ns)</NICK>
<BLURB>Reports the approximate amount of remaining moov header space reserved using reserved-max-duration.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstQTMux::reserved-max-duration</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Reserved maximum file duration (ns)</NICK>
<BLURB>When set to a value > 0, reserves space for index tables at the beginning of the file.</BLURB>
<DEFAULT>18446744073709551615</DEFAULT>
</ARG>

<ARG>
<NAME>GstQTMux::reserved-moov-update-period</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Interval at which to update index tables (ns)</NICK>
<BLURB>When used with reserved-max-duration, periodically updates the index tables with information muxed so far.</BLURB>
<DEFAULT>18446744073709551615</DEFAULT>
</ARG>

<ARG>
<NAME>GstQTMoovRecover::broken-input</NAME>
<TYPE>gchar*</TYPE>
Expand Down Expand Up @@ -22598,6 +22678,46 @@
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstMP4Mux::reserved-bytes-per-sec</NAME>
<TYPE>guint</TYPE>
<RANGE><= 10000</RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Reserved MOOV bytes per second, per track</NICK>
<BLURB>Multiplier for converting reserved-max-duration into bytes of header to reserve, per second, per track.</BLURB>
<DEFAULT>550</DEFAULT>
</ARG>

<ARG>
<NAME>GstMP4Mux::reserved-duration-remaining</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Report the approximate amount of remaining recording space (ns)</NICK>
<BLURB>Reports the approximate amount of remaining moov header space reserved using reserved-max-duration.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstMP4Mux::reserved-max-duration</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Reserved maximum file duration (ns)</NICK>
<BLURB>When set to a value > 0, reserves space for index tables at the beginning of the file.</BLURB>
<DEFAULT>18446744073709551615</DEFAULT>
</ARG>

<ARG>
<NAME>GstMP4Mux::reserved-moov-update-period</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Interval at which to update index tables (ns)</NICK>
<BLURB>When used with reserved-max-duration, periodically updates the index tables with information muxed so far.</BLURB>
<DEFAULT>18446744073709551615</DEFAULT>
</ARG>

<ARG>
<NAME>GstMJ2Mux::dts-method</NAME>
<TYPE>GstQTMuxDtsMethods</TYPE>
Expand Down Expand Up @@ -22688,6 +22808,46 @@
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstMJ2Mux::reserved-bytes-per-sec</NAME>
<TYPE>guint</TYPE>
<RANGE><= 10000</RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Reserved MOOV bytes per second, per track</NICK>
<BLURB>Multiplier for converting reserved-max-duration into bytes of header to reserve, per second, per track.</BLURB>
<DEFAULT>550</DEFAULT>
</ARG>

<ARG>
<NAME>GstMJ2Mux::reserved-duration-remaining</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Report the approximate amount of remaining recording space (ns)</NICK>
<BLURB>Reports the approximate amount of remaining moov header space reserved using reserved-max-duration.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstMJ2Mux::reserved-max-duration</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Reserved maximum file duration (ns)</NICK>
<BLURB>When set to a value > 0, reserves space for index tables at the beginning of the file.</BLURB>
<DEFAULT>18446744073709551615</DEFAULT>
</ARG>

<ARG>
<NAME>GstMJ2Mux::reserved-moov-update-period</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Interval at which to update index tables (ns)</NICK>
<BLURB>When used with reserved-max-duration, periodically updates the index tables with information muxed so far.</BLURB>
<DEFAULT>18446744073709551615</DEFAULT>
</ARG>

<ARG>
<NAME>GstISMLMux::dts-method</NAME>
<TYPE>GstQTMuxDtsMethods</TYPE>
Expand Down Expand Up @@ -22778,6 +22938,46 @@
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstISMLMux::reserved-bytes-per-sec</NAME>
<TYPE>guint</TYPE>
<RANGE><= 10000</RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Reserved MOOV bytes per second, per track</NICK>
<BLURB>Multiplier for converting reserved-max-duration into bytes of header to reserve, per second, per track.</BLURB>
<DEFAULT>550</DEFAULT>
</ARG>

<ARG>
<NAME>GstISMLMux::reserved-duration-remaining</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Report the approximate amount of remaining recording space (ns)</NICK>
<BLURB>Reports the approximate amount of remaining moov header space reserved using reserved-max-duration.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstISMLMux::reserved-max-duration</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Reserved maximum file duration (ns)</NICK>
<BLURB>When set to a value > 0, reserves space for index tables at the beginning of the file.</BLURB>
<DEFAULT>18446744073709551615</DEFAULT>
</ARG>

<ARG>
<NAME>GstISMLMux::reserved-moov-update-period</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Interval at which to update index tables (ns)</NICK>
<BLURB>When used with reserved-max-duration, periodically updates the index tables with information muxed so far.</BLURB>
<DEFAULT>18446744073709551615</DEFAULT>
</ARG>

<ARG>
<NAME>GstGPPMux::dts-method</NAME>
<TYPE>GstQTMuxDtsMethods</TYPE>
Expand Down Expand Up @@ -22958,6 +23158,46 @@
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>Gst3GPPMux::reserved-bytes-per-sec</NAME>
<TYPE>guint</TYPE>
<RANGE><= 10000</RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Reserved MOOV bytes per second, per track</NICK>
<BLURB>Multiplier for converting reserved-max-duration into bytes of header to reserve, per second, per track.</BLURB>
<DEFAULT>550</DEFAULT>
</ARG>

<ARG>
<NAME>Gst3GPPMux::reserved-duration-remaining</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Report the approximate amount of remaining recording space (ns)</NICK>
<BLURB>Reports the approximate amount of remaining moov header space reserved using reserved-max-duration.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>Gst3GPPMux::reserved-max-duration</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Reserved maximum file duration (ns)</NICK>
<BLURB>When set to a value > 0, reserves space for index tables at the beginning of the file.</BLURB>
<DEFAULT>18446744073709551615</DEFAULT>
</ARG>

<ARG>
<NAME>Gst3GPPMux::reserved-moov-update-period</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Interval at which to update index tables (ns)</NICK>
<BLURB>When used with reserved-max-duration, periodically updates the index tables with information muxed so far.</BLURB>
<DEFAULT>18446744073709551615</DEFAULT>
</ARG>

<ARG>
<NAME>GstSplitFileSrc::location</NAME>
<TYPE>gchar*</TYPE>
Expand Down
3 changes: 2 additions & 1 deletion docs/plugins/gst-plugins-good-plugins.hierarchy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GObject
GstMuLawEnc
GstSpeexEnc
GstWavpackEnc
GstAudioVisualizer-ExtGom
GstAudioVisualizer-ExtGoom
GstGoom
GstAudioVisualizer-ExtGoom2k1
GstGoom2k1
Expand Down Expand Up @@ -309,6 +309,7 @@ GObject
GstTaskPool
GSocket
GTlsDatabase
GTlsInteraction
GUdevClient
GUdevDevice
GdkPixbuf
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-1394.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Source for video data via IEEE1394 interface</description>
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
<basename>libgst1394.so</basename>
<version>1.5.1</version>
<version>1.5.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-aasink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>ASCII Art video sink</description>
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
<basename>libgstaasink.so</basename>
<version>1.5.1</version>
<version>1.5.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-alaw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>ALaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstalaw.so</filename>
<basename>libgstalaw.so</basename>
<version>1.5.1</version>
<version>1.5.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
Loading

0 comments on commit f128998

Please sign in to comment.