X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fplugins%2Fgst-plugins-good-plugins.args;h=1e9a011bad896a0f47087b9c74444aba19eb6765;hb=25ec4d7fec7eb4e8e65e0bf5121499b6f499ff75;hp=db7849383f8e3b5ad70053bf591cfba6424dd5d0;hpb=a9e5d1246a267eb85fc4a45f44a3119cb7db7277;p=platform%2Fupstream%2Fgstreamer.git diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index db78493..1e9a011 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -879,6 +879,26 @@ +GstRTSPSrc::drop-on-latency +gboolean + +rw +Drop buffers when maximum latency is reached +Tells the jitterbuffer to never exceed the given latency in size. +FALSE + + + +GstRTSPSrc::probation +guint + +rw +Number of probations +Consecutive packet sequence numbers to accept the source. +2 + + + GstRTPDec::skip gint @@ -3600,8 +3620,8 @@ GstRndBufferSize::max -glong -[1,G_MAXINT] +gint +>= 1 rwx maximum maximum buffer size. @@ -3610,8 +3630,8 @@ GstRndBufferSize::min -glong -[0,G_MAXINT] +gint +>= 0 rwx mininum mininum buffer size. @@ -3620,12 +3640,12 @@ GstRndBufferSize::seed -gulong -<= G_MAXUINT +guint + rwx random number seed seed for randomness (initialized when going from READY to PAUSED). - +0 @@ -3639,6 +3659,16 @@ +GstAutoAudioSink::ts-offset +gint64 + +rw +TS Offset +Timestamp offset in nanoseconds. +0 + + + GstAutoVideoSink::filter-caps GstCaps* @@ -3649,6 +3679,16 @@ +GstAutoVideoSink::ts-offset +gint64 + +rw +TS Offset +Timestamp offset in nanoseconds. +0 + + + GstOsxAudioSink::device gint >= 0 @@ -20929,6 +20969,16 @@ +GstRtpBin::drop-on-latency +gboolean + +rw +Drop buffers when maximum latency is reached +Tells the jitterbuffer to never exceed the given latency in size. +FALSE + + + GstRtpJitterBuffer::do-lost gboolean @@ -21099,6 +21149,16 @@ +GstRtpSession::probation +guint + +rw +Number of probations +Consecutive packet sequence numbers to accept the source. +2 + + + GstV4l2Sink::device gchar* @@ -22658,3 +22718,13 @@ 0 + +GstGdkPixbufOverlay::alpha +gdouble +[0,1] +rw +Alpha +Global alpha of overlay image. +1 + +