# HG changeset patch # User leo_sobral # Date 1186498818 -3600 # Node ID 2c1686735af625debceb75eeb271b61dd8bd827d # Parent 2b4e9d183146ad8032802333be85b26e9b083fe2 [svn r802] - Fixed typos diff -r 2b4e9d183146 -r 2c1686735af6 gst-gmyth/playbinmaemo/gstplaybinmaemo.c --- a/gst-gmyth/playbinmaemo/gstplaybinmaemo.c Fri Aug 03 21:43:42 2007 +0100 +++ b/gst-gmyth/playbinmaemo/gstplaybinmaemo.c Tue Aug 07 16:00:18 2007 +0100 @@ -52,7 +52,7 @@ }; static const GstElementDetails gst_play_bin_maemo_details = - GST_ELEMENT_DETAILS("Nuv demuxer", + GST_ELEMENT_DETAILS("playbinmaemo", "Generic/Bin/Player", "Autoplug and play media from an uri used on maemo plataform", "Renato Araujo Oliveira Filho "); @@ -539,7 +539,7 @@ if ((strstr (klass, "Sink/Video") == NULL) && (strstr (klass, "Sink/Audio") == NULL)) return FALSE; - g_debug ("Fitered: %s", gst_element_factory_get_longname ((GST_ELEMENT_FACTORY (feature)))); + g_debug ("Filtered: %s", gst_element_factory_get_longname ((GST_ELEMENT_FACTORY (feature)))); rank = gst_plugin_feature_get_rank (feature); if (rank < GST_RANK_MARGINAL) return FALSE; @@ -939,6 +939,6 @@ GST_PLUGIN_DEFINE(GST_VERSION_MAJOR, GST_VERSION_MINOR, "playbinmaemo", - "Demuxes and muxes audio and video", + "A playbin element that uses decodebin2 for automatic playback of audio and video", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)