[gst-cvs] gstreamer: registry: fix comment formatting

Stefan Kost ensonic at kemper.freedesktop.org
Sun May 31 12:46:18 PDT 2009


Module: gstreamer
Branch: master
Commit: 612387da2561658760023a589c38ca491165b5d3
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=612387da2561658760023a589c38ca491165b5d3

Author: Stefan Kost <ensonic at users.sf.net>
Date:   Sun May 31 22:37:03 2009 +0300

registry: fix comment formatting

---

 gst/gstregistry.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gst/gstregistry.c b/gst/gstregistry.c
index 07bfef2..23a86f4 100644
--- a/gst/gstregistry.c
+++ b/gst/gstregistry.c
@@ -446,7 +446,8 @@ gst_registry_add_feature (GstRegistry * registry, GstPluginFeature * feature)
     GST_DEBUG_OBJECT (registry, "replacing existing feature %p (%s)",
         existing_feature, feature->name);
     /* Remove the existing feature from the list now, before we insert the new
-     * one, but don't unref yet because the hash is still storing a reference to     * it. */
+     * one, but don't unref yet because the hash is still storing a reference to
+     * it. */
     registry->features = g_list_remove (registry->features, existing_feature);
   }
 
@@ -456,7 +457,8 @@ gst_registry_add_feature (GstRegistry * registry, GstPluginFeature * feature)
   g_hash_table_replace (registry->feature_hash, feature->name, feature);
 
   if (G_UNLIKELY (existing_feature)) {
-    /* We unref now. No need to remove the feature name from the hash table, it      * got replaced by the new feature */
+    /* We unref now. No need to remove the feature name from the hash table, it
+     * got replaced by the new feature */
     gst_object_unref (existing_feature);
   }
 





More information about the Gstreamer-commits mailing list