mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
codecparsers: av1bitwriter: fix Since marker
... and add them to the symbol index to make hotdoc happy
This commit is contained in:
parent
6651bb3ed8
commit
f1940077a2
2 changed files with 5 additions and 1 deletions
|
@ -1160,6 +1160,10 @@
|
|||
"GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_IN",
|
||||
"GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_OUT",
|
||||
"GST_AUDIO_VISUALIZER_SHADER_NONE",
|
||||
"GST_AV1_BIT_WRITER_OK",
|
||||
"GST_AV1_BIT_WRITER_INVALID_DATA",
|
||||
"GST_AV1_BIT_WRITER_NO_MORE_SPACE",
|
||||
"GST_AV1_BIT_WRITER_ERROR",
|
||||
"GST_AV1_CP_BT_2020",
|
||||
"GST_AV1_CP_BT_470_B_G",
|
||||
"GST_AV1_CP_BT_470_M",
|
||||
|
|
|
@ -35,7 +35,7 @@ G_BEGIN_DECLS
|
|||
*
|
||||
* The result of writing AV1 data into bit stream.
|
||||
*
|
||||
* Since: 1.22
|
||||
* Since: 1.24
|
||||
*/
|
||||
typedef enum
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue