mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
docs: remove pointless Since: 0.10.x markers
This commit is contained in:
parent
4e7ce28623
commit
072c070e6c
3 changed files with 0 additions and 5 deletions
|
@ -56,8 +56,6 @@
|
|||
* gst-launch-1.0 -v audiotestsrc num-buffers=10 ! audio/x-raw,rate=44100,channels=1 ! lamemp3enc target=bitrate cbr=true bitrate=48 ! filesink location=test.mp3
|
||||
* ]| Encode to a fixed sample rate
|
||||
* </refsect2>
|
||||
*
|
||||
* Since: 0.10.12
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
|
@ -511,7 +511,6 @@ gst_index_set_resolver (GstIndex * index,
|
|||
* Lets the app register a custom function to map index
|
||||
* ids to writer descriptions.
|
||||
*
|
||||
* Since: 0.10.18
|
||||
*/
|
||||
void
|
||||
gst_index_set_resolver_full (GstIndex * index, GstIndexResolver resolver,
|
||||
|
|
|
@ -158,8 +158,6 @@ gst_v4l2src_class_init (GstV4l2SrcClass * klass)
|
|||
* happen prior to the format being set.
|
||||
* This is mostly useful for UVC H264 encoding cameras which need the H264
|
||||
* 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",
|
||||
G_TYPE_FROM_CLASS (klass),
|
||||
|
|
Loading…
Reference in a new issue