[Bug 747757] winks: add GstDeviceProvider implementations on Windows

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 28 12:43:35 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=747757

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

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

--- Comment #13 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Review of attachment 302528:
 --> (https://bugzilla.gnome.org/review?bug=747757&attachment=302528)

The GstDeviceProvider itself seems to be missing from the patch.

::: sys/winks/gstksclock.c
@@ -226,3 @@
     GST_KS_CLOCK_LOCK ();
   }
-

Why remove all of the empty lines here and below?

::: sys/winks/gstksvideosrc.c
@@ -468,3 @@
           gst_ks_video_src_alloc_buffer, self);
     }
-

Why remove all the the empty lines again?

@@ +1070,3 @@
+
+  GST_DEBUG_CATEGORY_INIT (gst_ks_debug, "ksvideosrc",
+      0, "Kernel streaming video source");

Do the category init before the register, in case there are debug messages in
the class init in the future

-- 
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