[gstreamer-bugs] [Bug 325990] New: patch videotestsrc for using glib types

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jan 6 07:28:27 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=325990
 GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: patch videotestsrc for using glib types
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: trivial
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sergey.scobich at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Index: ./gst-plugins-base/gst/videotestsrc/videotestsrc.h
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-base/gst/videotestsrc/videotestsrc.h,v
retrieving revision 1.15
diff -u -r1.15 videotestsrc.h
--- ./gst-plugins-base/gst/videotestsrc/videotestsrc.h  6 Dec 2005 19:42:00
-0000       1.15
+++ ./gst-plugins-base/gst/videotestsrc/videotestsrc.h  6 Jan 2006 15:25:09
-0000
@@ -20,12 +20,10 @@
 #ifndef __VIDEO_TEST_SRC_H__
 #define __VIDEO_TEST_SRC_H__

-#include "_stdint.h"
-

 struct vts_color_struct {
-        uint8_t Y, U, V;
-        uint8_t R, G, B;
+        guint8 Y, U, V;
+        guint8 R, G, B;
 };

 typedef struct paintinfo_struct paintinfo;


-- 
Configure bugmail: http://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