schrodec: Fix class definition

Class structures should include parent class, not the parent
instance structure.
This commit is contained in:
David Schleef 2010-09-22 11:57:28 -07:00
parent c905ec861e
commit 09ed8e87e7

View file

@ -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);