diff options
Diffstat (limited to 'gst/real/gstrealvideodec.h')
-rw-r--r-- | gst/real/gstrealvideodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/real/gstrealvideodec.h b/gst/real/gstrealvideodec.h index 471e29c4..641f39bc 100644 --- a/gst/real/gstrealvideodec.h +++ b/gst/real/gstrealvideodec.h @@ -80,7 +80,7 @@ struct _GstRealVideoDec guint32 fragments[256]; /* Properties */ - gchar *path_rv20, *path_rv30, *path_rv40; + gchar *real_codecs_path, *rv20_names, *rv30_names, *rv40_names; }; struct _GstRealVideoDecClass |