mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 22:48:49 +00:00
docs: Add Since tag for new GstV4l2Src::prepare-format signal
This commit is contained in:
parent
6042bb1e6b
commit
8719375be7
1 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,8 @@ gst_v4l2src_class_init (GstV4l2SrcClass * klass)
|
||||||
* happen prior to the format being set.
|
* happen prior to the format being set.
|
||||||
* This is mostly useful for UVC H264 encoding cameras which need the H264
|
* This is mostly useful for UVC H264 encoding cameras which need the H264
|
||||||
* Probe & Commit to happen prior to the normal Probe & Commit.
|
* Probe & Commit to happen prior to the normal Probe & Commit.
|
||||||
|
*
|
||||||
|
* Since: 0.10.32
|
||||||
*/
|
*/
|
||||||
gst_v4l2_signals[SIGNAL_PRE_SET_FORMAT] = g_signal_new ("prepare-format",
|
gst_v4l2_signals[SIGNAL_PRE_SET_FORMAT] = g_signal_new ("prepare-format",
|
||||||
G_TYPE_FROM_CLASS (klass),
|
G_TYPE_FROM_CLASS (klass),
|
||||||
|
|
Loading…
Reference in a new issue