mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
Compile fixes for gtk-1.2
Original commit message from CVS: Compile fixes for gtk-1.2
This commit is contained in:
parent
dbecb57260
commit
c487900876
2 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ gst_v4lsrc_class_init (GstV4lSrcClass *klass)
|
|||
G_MININT,G_MAXINT,0,G_PARAM_READWRITE));
|
||||
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_PALETTE,
|
||||
g_param_spec_int("palette","palette","palette",
|
||||
0,G_MAXUSHORT,0,G_PARAM_READWRITE));
|
||||
G_MININT,G_MAXINT,0,G_PARAM_READWRITE));
|
||||
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_PALETTE_NAME,
|
||||
g_param_spec_string("palette_name","palette_name","palette_name",
|
||||
NULL, G_PARAM_READABLE));
|
||||
|
|
|
@ -74,7 +74,7 @@ struct _GstV4lSrc {
|
|||
/* caching values */
|
||||
gint width;
|
||||
gint height;
|
||||
guint16 palette;
|
||||
gint palette;
|
||||
};
|
||||
|
||||
struct _GstV4lSrcClass {
|
||||
|
|
Loading…
Reference in a new issue