maemo-ui/src/mmyth_tvplayer.c
branchtrunk
changeset 136 a60f905e0412
parent 64 f926338c6952
child 208 c3c073032757
     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	Wed Nov 29 16:52:27 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