mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
schrodec: Fix class definition
Class structures should include parent class, not the parent instance structure.
This commit is contained in:
parent
c905ec861e
commit
09ed8e87e7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ struct _GstSchroDec
|
||||||
|
|
||||||
struct _GstSchroDecClass
|
struct _GstSchroDecClass
|
||||||
{
|
{
|
||||||
GstBaseVideoDecoder base_video_decoder_class;
|
GstBaseVideoDecoderClass base_video_decoder_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_schro_dec_get_type (void);
|
GType gst_schro_dec_get_type (void);
|
||||||
|
|
Loading…
Reference in a new issue