maemo-ui/src/mmyth_tvplayer.h
branchtrunk
changeset 85 7f6ea4639cb9
parent 20 7174e23f7617
child 208 c3c073032757
     1.1 --- a/maemo-ui/src/mmyth_tvplayer.h	Thu Sep 28 16:02:14 2006 +0100
     1.2 +++ b/maemo-ui/src/mmyth_tvplayer.h	Tue Nov 14 18:02:43 2006 +0000
     1.3 @@ -36,7 +36,7 @@
     1.4  #include <gst/gst.h>
     1.5  #include <gst/interfaces/xoverlay.h>
     1.6  
     1.7 -#include "gmyth_remote_encoder.h"
     1.8 +#include "gmyth_recorder.h"
     1.9  #include "gmyth_tvchain.h"
    1.10  #include "gmyth_common.h"
    1.11  
    1.12 @@ -69,9 +69,12 @@
    1.13      GstElement *gst_source;
    1.14      GstElement *gst_videodec;
    1.15      GstElement *gst_videosink;
    1.16 -    GstElement *videoqueue;
    1.17 -    GstElement *audioqueue;
    1.18 -    
    1.19 +    GstElement *gst_videocolortrs; 
    1.20 +    GstElement *videoqueue1;
    1.21 +    GstElement *videoqueue2;
    1.22 +    GstElement *audioqueue1;
    1.23 +    GstElement *audioqueue2;
    1.24 +   
    1.25      gulong expose_handler;
    1.26  //    GMainLoop *loop;
    1.27      
    1.28 @@ -82,7 +85,7 @@
    1.29  	gint backend_port;
    1.30  	GString *local_hostname;
    1.31  
    1.32 -	GMythRemoteEncoder *remote_encoder;
    1.33 +	GMythRecorder *recorder;
    1.34  	GMythTVChain *tvchain;
    1.35  	GMythProgramInfo *proginfo;
    1.36