mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
v4l2: fix typo
This commit is contained in:
parent
02cb1dd7b5
commit
60c1a44917
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ gst_v4l2_buffer_pool_get_type (void)
|
||||||
|
|
||||||
if (G_UNLIKELY (_gst_v4l2_buffer_pool_type == 0)) {
|
if (G_UNLIKELY (_gst_v4l2_buffer_pool_type == 0)) {
|
||||||
static const GTypeInfo v4l2_buffer_pool_info = {
|
static const GTypeInfo v4l2_buffer_pool_info = {
|
||||||
sizeof (GstBufferClass),
|
sizeof (GstMiniObjectClass),
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
gst_v4l2_buffer_pool_class_init,
|
gst_v4l2_buffer_pool_class_init,
|
||||||
|
|
Loading…
Reference in a new issue