<BLURB>Network connection speed in kbps (0 = unknown).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<ARG>
<NAME>GstPlayBin::audio-sink</NAME>
<NAME>GstPlayBin::audio-sink</NAME>
<TYPE>GstElement*</TYPE>
<TYPE>GstElement*</TYPE>
...
@@ -1294,7 +1304,7 @@
...
@@ -1294,7 +1304,7 @@
<RANGE></RANGE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<FLAGS>rw</FLAGS>
<NICK>Text plugin</NICK>
<NICK>Text plugin</NICK>
<BLURB>the text output element to use (NULL = default textoverlay).</BLURB>
<BLURB>the text output element to use (NULL = default subtitleoverlay).</BLURB>
<DEFAULT></DEFAULT>
<DEFAULT></DEFAULT>
</ARG>
</ARG>
...
@@ -1308,6 +1318,26 @@
...
@@ -1308,6 +1318,26 @@
<DEFAULT>NULL</DEFAULT>
<DEFAULT>NULL</DEFAULT>
</ARG>
</ARG>
<ARG>
<NAME>GstPlayBin::current-suburi</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Current .sub-URI</NICK>
<BLURB>The currently playing URI of a subtitle.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<NAME>GstPlayBin::current-uri</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Current URI</NICK>
<BLURB>The currently playing URI.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<ARG>
<NAME>GstAudiorate::add</NAME>
<NAME>GstAudiorate::add</NAME>
<TYPE>guint64</TYPE>
<TYPE>guint64</TYPE>
...
@@ -1551,10 +1581,10 @@
...
@@ -1551,10 +1581,10 @@
<ARG>
<ARG>
<NAME>GstTheoraEnc::speed-level</NAME>
<NAME>GstTheoraEnc::speed-level</NAME>
<TYPE>gint</TYPE>
<TYPE>gint</TYPE>
<RANGE>[0,2]</RANGE>
<RANGE>[0,3]</RANGE>
<FLAGS>rwx</FLAGS>
<FLAGS>rw</FLAGS>
<NICK>Speed level</NICK>
<NICK>Speed level</NICK>
<BLURB>Controls the amount of analysis performed when encoding. Higher values trade compression quality for speed. This property requires libtheora version >= 1.0, and the maximum value may vary based on encoder version.</BLURB>
<BLURB>Controls the amount of motion vector searching done while encoding. This property requires libtheora version >= 1.0.</BLURB>
<DEFAULT>1</DEFAULT>
<DEFAULT>1</DEFAULT>
</ARG>
</ARG>
...
@@ -1563,8 +1593,8 @@
...
@@ -1563,8 +1593,8 @@
<TYPE>gboolean</TYPE>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<FLAGS>rw</FLAGS>
<NICK>Cap Overflow</NICK>
<NICK>VP3 Compatible</NICK>
<BLURB>Enable capping of bit reservoir overflows.</BLURB>
<BLURB>Enable capping of bit reservoir overflows. This property requires libtheora version >= 1.1.</BLURB>
<DEFAULT>TRUE</DEFAULT>
<DEFAULT>TRUE</DEFAULT>
</ARG>
</ARG>
...
@@ -1573,8 +1603,8 @@
...
@@ -1573,8 +1603,8 @@
<TYPE>gboolean</TYPE>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<FLAGS>rw</FLAGS>
<NICK>Cap Underflow</NICK>
<NICK>VP3 Compatible</NICK>
<BLURB>Enable capping of bit reservoir underflows.</BLURB>
<BLURB>Enable capping of bit reservoir underflows. This property requires libtheora version >= 1.1.</BLURB>
<DEFAULT>FALSE</DEFAULT>
<DEFAULT>FALSE</DEFAULT>
</ARG>
</ARG>
...
@@ -1583,8 +1613,8 @@
...
@@ -1583,8 +1613,8 @@
<TYPE>gboolean</TYPE>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<FLAGS>rw</FLAGS>
<NICK>Drop Frames</NICK>
<NICK>VP3 Compatible</NICK>
<BLURB>Allow or disallow frame dropping.</BLURB>
<BLURB>Allow or disallow frame dropping. This property requires libtheora version >= 1.1.</BLURB>
<DEFAULT>TRUE</DEFAULT>
<DEFAULT>TRUE</DEFAULT>
</ARG>
</ARG>
...
@@ -1594,7 +1624,7 @@
...
@@ -1594,7 +1624,7 @@
<RANGE>[0,1000]</RANGE>
<RANGE>[0,1000]</RANGE>
<FLAGS>rw</FLAGS>
<FLAGS>rw</FLAGS>
<NICK>Rate Control Buffer</NICK>
<NICK>Rate Control Buffer</NICK>
<BLURB>Sets the size of the rate control buffer, in units of frames. The default value of 0 instructs the encoder to automatically select an appropriate value.</BLURB>
<BLURB>Sets the size of the rate control buffer, in units of frames. The default value of 0 instructs the encoder to automatically select an appropriate value. This property requires libtheora version >= 1.1.</BLURB>