mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 10:40:34 +00:00
v4l2videodec: Remove unused forward declaration
https://bugzilla.gnome.org/show_bug.cgi?id=728438
This commit is contained in:
parent
17e52f6ac2
commit
7dc57e381b
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_v4l2_video_dec_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_v4l2_video_dec_debug);
|
||||||
#define GST_CAT_DEFAULT gst_v4l2_video_dec_debug
|
#define GST_CAT_DEFAULT gst_v4l2_video_dec_debug
|
||||||
|
|
||||||
static gboolean gst_v4l2_video_dec_flush (GstVideoDecoder * decoder);
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
gchar *device;
|
gchar *device;
|
||||||
|
|
Loading…
Reference in a new issue