codecparsers: av1bitwriter: fix Since marker

... and add them to the symbol index to make hotdoc happy
This commit is contained in:
Tim-Philipp Müller 2024-02-04 12:20:41 +01:00
parent 6651bb3ed8
commit f1940077a2
2 changed files with 5 additions and 1 deletions

View file

@ -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",

View file

@ -35,7 +35,7 @@ G_BEGIN_DECLS
*
* The result of writing AV1 data into bit stream.
*
* Since: 1.22
* Since: 1.24
*/
typedef enum
{