summaryrefslogtreecommitdiffstats
path: root/gst/real/gstrealvideodec.h
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-07-24 14:36:54 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-07-24 14:36:54 +0000
commit2a8bc6a2e13844c797603c2de12635e1661b55bb (patch)
tree2aeb4f512e73b20c3e9039c2fd189b16585704c9 /gst/real/gstrealvideodec.h
parent48ca19fbd667ebd08708aaa942fa804c7fc308e7 (diff)
downloadgst-plugins-bad-2a8bc6a2e13844c797603c2de12635e1661b55bb.tar.gz
gst-plugins-bad-2a8bc6a2e13844c797603c2de12635e1661b55bb.tar.bz2
gst-plugins-bad-2a8bc6a2e13844c797603c2de12635e1661b55bb.zip
gst/real/: Improved search algorithm for location of real .so files.
Original commit message from CVS: reviewed by: Edward Hervey <bilboed@bilboed.com> * gst/real/gstreal.c: (plugin_init): * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps), (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property), (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init): * gst/real/gstrealvideodec.c: (open_library), (gst_real_video_dec_finalize), (gst_real_video_dec_set_property), (gst_real_video_dec_get_property), (gst_real_video_dec_class_init): * gst/real/gstrealvideodec.h: Improved search algorithm for location of real .so files. Fixes #393461
Diffstat (limited to 'gst/real/gstrealvideodec.h')
-rw-r--r--gst/real/gstrealvideodec.h2
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