mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
- add .rmvb to the list of RealMedia known file extensions
Original commit message from CVS: - add .rmvb to the list of RealMedia known file extensions
This commit is contained in:
parent
dcd3887ad4
commit
dc9ec48574
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
||||
|
||||
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
|
||||
Add rmvb to the list of known RealMedia extensions
|
||||
|
||||
2004-10-05 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
|
||||
|
|
|
@ -1371,7 +1371,7 @@ plugin_init (GstPlugin * plugin)
|
|||
static gchar *mpeg_video_exts[] = { "mpv", "mpeg", "mpg", NULL };
|
||||
static gchar *ogg_exts[] = { "ogg", "ogm", NULL };
|
||||
static gchar *qt_exts[] = { "mov", NULL };
|
||||
static gchar *rm_exts[] = { "ra", "ram", "rm", NULL };
|
||||
static gchar *rm_exts[] = { "ra", "ram", "rm", "rmvb", NULL };
|
||||
static gchar *swf_exts[] = { "swf", "swfl", NULL };
|
||||
static gchar *utf8_exts[] = { "txt", NULL };
|
||||
static gchar *wav_exts[] = { "wav", NULL };
|
||||
|
@ -1385,7 +1385,7 @@ plugin_init (GstPlugin * plugin)
|
|||
static gchar *bmp_exts[] = { "bmp", NULL };
|
||||
static gchar *tiff_exts[] = { "tif", "tiff", NULL };
|
||||
static gchar *matroska_exts[] = { "mkv", "mka", NULL };
|
||||
static gchar *dv_exts[] = { "dv", NULL };
|
||||
static gchar *dv_exts[] = { "dv", "dif", NULL };
|
||||
static gchar *sid_exts[] = { "sid", NULL };
|
||||
static gchar *xcf_exts[] = { "xcf", NULL };
|
||||
static gchar *mng_exts[] = { "mng", NULL };
|
||||
|
|
Loading…
Reference in a new issue