gst-gmyth/playbinmaemo/gstplaybinmaemo.h
branchtrunk
changeset 794 02ba1859ddc0
parent 788 357b301e2d23
child 811 69aba3b6b7b3
     1.1 --- a/gst-gmyth/playbinmaemo/gstplaybinmaemo.h	Tue Jul 17 23:17:09 2007 +0100
     1.2 +++ b/gst-gmyth/playbinmaemo/gstplaybinmaemo.h	Fri Aug 03 21:42:55 2007 +0100
     1.3 @@ -54,12 +54,10 @@
     1.4    gboolean      need_rebuild;
     1.5    gboolean      has_metadata;
     1.6    gchar         *uri;
     1.7 +  GstElement    *volume_element;
     1.8    GstElement    *source;
     1.9 -  GstElement    *decoder;
    1.10 -  GstElement    *queue;
    1.11 -  GstElement    *volume_element;
    1.12    GstElement    *sink_video;
    1.13 -  GSList        *sinks;
    1.14 +  GList         *elements;
    1.15    GList         *factories;
    1.16  };
    1.17