[Bug 659114] [core] Some nifty corrections and spellchecking

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 19 00:49:51 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=659114
  GStreamer | gstreamer (core) | 0.11.x

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #196667|none                        |needs-work
             status|                            |

--- Comment #8 from Sebastian Dröge <slomo at circular-chaos.org> 2011-09-19 07:49:48 UTC ---
Review of attachment 196667:
 --> (https://bugzilla.gnome.org/review?bug=659114&attachment=196667)

::: gst/gstcaps.c
@@ +1515,3 @@
   /* NULL pointers are no correct GstCaps */
+  g_return_val_if_fail (GST_IS_CAPS (caps1), NULL);
+  g_return_val_if_fail (GST_IS_CAPS (caps2), NULL);

Why only in this function and not everywhere else? Also please make the patches
against 0.10, we will merge the changes into 0.11 then.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list