From 50ae46cc0f8827bf966920d9c221e5cf86e811ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 19 Feb 2016 11:50:25 +0200 Subject: Release 1.7.2 --- docs/plugins/gst-plugins-bad-plugins.args | 350 +++++++++++++++++++++++++++--- 1 file changed, 325 insertions(+), 25 deletions(-) (limited to 'docs/plugins/gst-plugins-bad-plugins.args') diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 0242d36fb..0bdbfbd0f 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -18748,6 +18748,36 @@ TRUE + +GstVideoParse::framesize +guint + +rw +Framesize +Size of an image in raw stream (0: default). +0 + + + +GstVideoParse::offsets +gchar* + +rw +Offsets +Offset of each planes in bytes using string format: 'o0,o1,o2,o3'. +NULL + + + +GstVideoParse::strides +gchar* + +rw +Strides +Stride of each planes in bytes using string format: 's0,s1,s2,s3'. +NULL + + GstMetadataParse::exif gboolean @@ -47068,6 +47098,16 @@ 0 + +GstCvSobel::mask +gboolean + +rw +Mask +Sets whether the detected derivative edges should be used as a mask on the original input or not. +TRUE + + GstCvSmooth::param1 gint @@ -47188,6 +47228,16 @@ 0 + +GstCvLaplace::mask +gboolean + +rw +Mask +Sets whether the detected edges should be used as a mask on the original input or not. +TRUE + + GstRotate::angle gdouble @@ -58494,7 +58544,7 @@ rw Use in-band FEC -Use forward error correction if available. +Use forward error correction if available (needs PLC enabled). FALSE @@ -58664,7 +58714,7 @@ rw Calculate Motion -If needs calculate motion on frame you need this property setting true otherwise false. +Toggles motion calculation. If FALSE, this filter does nothing. TRUE @@ -58674,7 +58724,7 @@ rw Color of Motion Cells -The color of motion cells separated with ",". +Color for motion cells in R,G,B format. Max per channel is 255. "255,255,0" @@ -58704,7 +58754,7 @@ rw Display -Motion Cells visible or not on Current Frame. +Toggle display of motion cells on current frame. FALSE @@ -58713,8 +58763,8 @@ gint [1,60] rw -Gap is time in second, elapsed time from last motion timestamp. -If elapsed time minus form last motion timestamp is greater or equal than gap then we post motion finished bus message. . +Motion-finished Threshold +Interval in seconds after which motion is considered finished and a motion finished bus message is posted. 5 @@ -58724,7 +58774,7 @@ [8,32] rw Number of Horizontal Grids -You can give number of horizontal grid cells. +Number of horizontal grid cells. 10 @@ -58734,7 +58784,7 @@ [8,32] rw Number of Vertical Grids -You can give number of vertical grid cells. +Number of vertical grid cells. 10 @@ -58743,8 +58793,8 @@ gint [1,60] rw -MINIMUN MOTION FRAMES -Define the minimum number of motion frames that trigger a motion event. +Minimum Motion Frames +Minimum number of motion frames triggering a motion event. 1 @@ -58754,7 +58804,7 @@ rw Motion Cells Of Interest(MOCI) -The line and column idx separated with ":", describe a cell. Cells separated with ",". +Describe a cell with its line and column idx separated with ":". Pass multiple cells as a comma-separated list. NULL @@ -58764,7 +58814,7 @@ [G_MAXULONG,5] rw Motion Cell Thickness -Motion Cell Border Thickness, if it's -1 then motion cell will be fill. +Motion Cell Border Thickness. Set to -1 to fill motion cell. 1 @@ -58774,7 +58824,7 @@ rw Motion Mask with Cells Position -The line and column idx separated with ":" what cells want we mask-out, describe a cell. Cells separated with ",". +Describe a cell with its line and column idx separated with ":". Pass multiple cells as a comma-separated list. NULL @@ -58784,7 +58834,7 @@ rw Motion Mask with Coordinates -The upper left x, y and lower right x, y coordinates separated with ":", describe a region. Regions separated with ",". +Describe a region with its upper left and lower right x, y coordinates separated with ":". Pass multiple regions as a comma-separated list. NULL @@ -58794,7 +58844,7 @@ rw Post All Motion -Element post bus msg for every motion frame or just motion start and motion stop. +Post bus messages for every motion frame or just motion start and motion stop. FALSE @@ -58803,8 +58853,8 @@ gint [0,180] rw -POSTNOMOTION -If non 0 post a no_motion event is posted on the bus if no motion is detected for N seconds. +No-motion Threshold +If non 0, post a no_motion event on the bus if no motion is detected for the given number of seconds. 0 @@ -58814,7 +58864,7 @@ [0,1] rw Motion Sensitivity -You can tunning the element motion sensitivity. +Motion detection sensitivity. 0.5 @@ -58824,7 +58874,7 @@ [0,1] rw Lower bound of motion cells number -Threshold value for motion, when motion cells number greater sum cells * threshold, we show motion. +Threshold value for motion. Filter detects motion when at least this fraction of the cells have moved. 0.01 @@ -58834,7 +58884,7 @@ rw Use alpha -Use or not alpha blending on frames with motion cells. +Toggle usage of alpha blending on frames with motion cells. TRUE @@ -58855,7 +58905,7 @@ rw Eyes profile Location of Haar cascade file to use for eye-pair detection. -"/usr/share/opencv/haarcascades/haarcascade_mcs_eyepair_small.xml" +"/usr/share/OpenCV/haarcascades/haarcascade_mcs_eyepair_small.xml" @@ -58905,7 +58955,7 @@ rw Mouth profile Location of Haar cascade file to use for mouth detection. -"/usr/share/opencv/haarcascades/haarcascade_mcs_mouth.xml" +"/usr/share/OpenCV/haarcascades/haarcascade_mcs_mouth.xml" @@ -58915,7 +58965,7 @@ rw Nose profile Location of Haar cascade file to use for nose detection. -"/usr/share/opencv/haarcascades/haarcascade_mcs_nose.xml" +"/usr/share/OpenCV/haarcascades/haarcascade_mcs_nose.xml" @@ -58925,7 +58975,7 @@ rw Face profile Location of Haar cascade file to use for face detection. -"/usr/share/opencv/haarcascades/haarcascade_frontalface_default.xml" +"/usr/share/OpenCV/haarcascades/haarcascade_frontalface_default.xml" @@ -58965,7 +59015,7 @@ rw Profile Location of Haar cascade file to use for face blurion. -"/usr/share/opencv/haarcascades/haarcascade_frontalface_default.xml" +"/usr/share/OpenCV/haarcascades/haarcascade_frontalface_default.xml" @@ -68100,6 +68150,46 @@ Gestures in the defined region of interest will emit messages. 0 + +GstGLSinkBin::brightness +gdouble +[-1,1] +rw +Brightness +brightness. +0 + + + +GstGLSinkBin::contrast +gdouble +[0,2] +rw +Contrast +contrast. +1 + + + +GstGLSinkBin::hue +gdouble +[-1,1] +rw +Hue +hue. +0 + + + +GstGLSinkBin::saturation +gdouble +[0,2] +rw +Saturation +saturation. +1 + + GstGLMixerBin::latency gint64 @@ -69060,3 +69150,213 @@ Gestures in the defined region of interest will emit messages. "%s\\n" + +GstNetSim::delay-probability +gfloat +[0,1] +rwx +Delay Probability +The Probability a buffer is delayed. +0 + + + +GstNetSim::drop-packets +guint + +rwx +Drop Packets +Drop the next n packets. +0 + + + +GstNetSim::drop-probability +gfloat +[0,1] +rwx +Drop Probability +The Probability a buffer is dropped. +0 + + + +GstNetSim::duplicate-probability +gfloat +[0,1] +rwx +Duplicate Probability +The Probability a buffer is duplicated. +0 + + + +GstNetSim::max-delay +gint + +rwx +Maximum delay (ms) +The maximum delay in ms to apply to buffers. +400 + + + +GstNetSim::min-delay +gint + +rwx +Minimum delay (ms) +The minimum delay in ms to apply to buffers. +200 + + + +GstGDPDepay::ts-offset +gint64 + +rw +Timestamp Offset +Timestamp Offset. +0 + + + +GstGLColorBalance::brightness +gdouble +[-1,1] +rw +Brightness +brightness. +0 + + + +GstGLColorBalance::contrast +gdouble +[0,2] +rw +Contrast +contrast. +1 + + + +GstGLColorBalance::hue +gdouble +[-1,1] +rw +Hue +hue. +0 + + + +GstGLColorBalance::saturation +gdouble +[0,2] +rw +Saturation +saturation. +1 + + + +GstToneGenerateSrc::freq +gint +[0,20000] +rw +Frequency +Frequency of test signal. +0 + + + +GstToneGenerateSrc::freq2 +gint +[0,20000] +rw +Second Frequency +Frequency of second telephony tone component. +0 + + + +GstToneGenerateSrc::off-time +gint +>= 0 +rw +Signal OFF time first period +Time of the first period when the tone signal is off. +1000 + + + +GstToneGenerateSrc::off-time2 +gint +>= 0 +rw +Signal OFF time first period +Time of the second period when the tone signal is off. +1000 + + + +GstToneGenerateSrc::on-time +gint +>= 1 +rw +Signal ON time first period +Time of the first period when the tone signal is present. +1000 + + + +GstToneGenerateSrc::on-time2 +gint +>= 1 +rw +Signal ON time second period +Time of the second period when the tone signal is present. +1000 + + + +GstToneGenerateSrc::repeat +gboolean + +rw +Repeat the specified tone period +Whether to repeat specified tone indefinitly. +FALSE + + + +GstToneGenerateSrc::samplesperbuffer +gint +>= 1 +rw +Samples per buffer +Number of samples in each outgoing buffer. +1024 + + + +GstToneGenerateSrc::volume +gint +[-50,0] +rw +Volume +Volume of first signal. +0 + + + +GstToneGenerateSrc::volume2 +gint +[-50,0] +rw +Volume2 +Volume of second tone signal. +0 + + -- cgit v1.2.1