mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
ws fixes
Original commit message from CVS: ws fixes
This commit is contained in:
parent
8156d8078c
commit
1fdbb5dae8
1 changed files with 2 additions and 2 deletions
|
@ -260,9 +260,9 @@ gst_dvdec_class_init (GstDVDecClass *klass)
|
|||
static void
|
||||
gst_dvdec_destroy (GObject *object)
|
||||
{
|
||||
GstDVDec *dvdec = GST_DVDEC(object);
|
||||
GstDVDec *dvdec = GST_DVDEC (object);
|
||||
|
||||
dv_decoder_free(dvdec->decoder);
|
||||
dv_decoder_free (dvdec->decoder);
|
||||
}
|
||||
|
||||
/* This function is responsible for initializing a specific instance of
|
||||
|
|
Loading…
Reference in a new issue