1.1 --- a/maemo-ui/src/mmyth_tvplayer.c Mon Nov 06 18:58:26 2006 +0000
1.2 +++ b/maemo-ui/src/mmyth_tvplayer.c Mon Dec 04 22:29:33 2006 +0000
1.3 @@ -254,7 +254,7 @@
1.4
1.5 /* Gstreamer Video elements */
1.6 videoqueue1 = gst_element_factory_make ("queue", "video-queue1");
1.7 - videodec = gst_element_factory_make ("divxdec", "video-decoder");
1.8 + videodec = gst_element_factory_make ("ffdec_mpeg4", "video-decoder");
1.9 videoqueue2 = gst_element_factory_make ("queue", "video-queue2");
1.10 videocolortrs = gst_element_factory_make ("ffmpegcolorspace", "image-color-transforms");
1.11