Fix annotation of shell_recorder_set_pipeline()
There are two minor errors here: the documented parameter name does not match the real one, and there should be an (allow-none) annotation. https://bugzilla.gnome.org/show_bug.cgi?id=609522
This commit is contained in:
parent
9a1cb9c3db
commit
36e761b7a5
@ -1613,8 +1613,8 @@ shell_recorder_set_filename (ShellRecorder *recorder,
|
|||||||
/**
|
/**
|
||||||
* shell_recorder_set_pipeline:
|
* shell_recorder_set_pipeline:
|
||||||
* @recorder: the #ShellRecorder
|
* @recorder: the #ShellRecorder
|
||||||
* @filename: the GStreamer pipeline used to encode recordings
|
* @pipeline: (allow-none): the GStreamer pipeline used to encode recordings
|
||||||
* or %NULL for the defalt value.
|
* or %NULL for the default value.
|
||||||
*
|
*
|
||||||
* Sets the GStreamer pipeline used to encode recordings.
|
* Sets the GStreamer pipeline used to encode recordings.
|
||||||
* It follows the syntax used for gst-launch. The pipeline
|
* It follows the syntax used for gst-launch. The pipeline
|
||||||
|
Loading…
Reference in New Issue
Block a user