[svn r802] - Fixed typos trunk
authorleo_sobral
Tue Aug 07 16:00:18 2007 +0100 (2007-08-07)
branchtrunk
changeset 7962c1686735af6
parent 795 2b4e9d183146
child 797 7563dc4ed8d5
[svn r802] - Fixed typos
gst-gmyth/playbinmaemo/gstplaybinmaemo.c
     1.1 --- a/gst-gmyth/playbinmaemo/gstplaybinmaemo.c	Fri Aug 03 21:43:42 2007 +0100
     1.2 +++ b/gst-gmyth/playbinmaemo/gstplaybinmaemo.c	Tue Aug 07 16:00:18 2007 +0100
     1.3 @@ -52,7 +52,7 @@
     1.4  };
     1.5  
     1.6  static const GstElementDetails gst_play_bin_maemo_details =
     1.7 -        GST_ELEMENT_DETAILS("Nuv demuxer",
     1.8 +        GST_ELEMENT_DETAILS("playbinmaemo",
     1.9                              "Generic/Bin/Player",
    1.10                              "Autoplug and play media from an uri used on maemo plataform",
    1.11                              "Renato Araujo Oliveira Filho <renato.filho@indt.org.br>");
    1.12 @@ -539,7 +539,7 @@
    1.13      if ((strstr (klass, "Sink/Video") == NULL) && (strstr (klass, "Sink/Audio") == NULL))
    1.14          return FALSE;
    1.15  
    1.16 -    g_debug ("Fitered: %s", gst_element_factory_get_longname ((GST_ELEMENT_FACTORY (feature))));
    1.17 +    g_debug ("Filtered: %s", gst_element_factory_get_longname ((GST_ELEMENT_FACTORY (feature))));
    1.18      rank = gst_plugin_feature_get_rank (feature);
    1.19      if (rank < GST_RANK_MARGINAL)
    1.20          return FALSE;
    1.21 @@ -939,6 +939,6 @@
    1.22  GST_PLUGIN_DEFINE(GST_VERSION_MAJOR,
    1.23                    GST_VERSION_MINOR,
    1.24                    "playbinmaemo",
    1.25 -                  "Demuxes and muxes audio and video",
    1.26 +                  "A playbin element that uses decodebin2 for automatic playback of audio and video",
    1.27                    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME,
    1.28                    GST_PACKAGE_ORIGIN)