diff --git a/configure.in b/configure.in index 1cec22dccc..b31bd503fb 100644 --- a/configure.in +++ b/configure.in @@ -323,6 +323,8 @@ plugins/dvdsrc/Makefile plugins/vcdsrc/Makefile plugins/cobin/Makefile plugins/rtjpeg/Makefile +plugins/capture/Makefile +plugins/capture/v4l/Makefile test/Makefile test/xml/Makefile test/bindings/Makefile diff --git a/gst/meta/videoraw.h b/gst/meta/videoraw.h index 9526144119..4736039054 100644 --- a/gst/meta/videoraw.h +++ b/gst/meta/videoraw.h @@ -26,8 +26,10 @@ typedef struct _MetaVideoRaw MetaVideoRaw; enum { - GST_META_VIDEORAW_RGB15, - GST_META_VIDEORAW_RGB16, + GST_META_VIDEORAW_RGB555, + GST_META_VIDEORAW_BGR555, + GST_META_VIDEORAW_RGB565, + GST_META_VIDEORAW_BGR565, GST_META_VIDEORAW_RGB24, // RGB GST_META_VIDEORAW_RGB32, GST_META_VIDEORAW_YUV420, // YUV planar diff --git a/test/mp1parse.c b/test/mp1parse.c index bbe64bd042..bfc57eb0b8 100644 --- a/test/mp1parse.c +++ b/test/mp1parse.c @@ -70,7 +70,7 @@ void new_pad_created(GstElement *parse,GstPad *pad,GstElement *pipeline) { g_return_if_fail(decode_video != NULL); show = gst_elementfactory_make("videosink","show"); g_return_if_fail(show != NULL); - //gtk_object_set(GTK_OBJECT(show),"scale",2.0,NULL); + gtk_object_set(GTK_OBJECT(show),"scale",2.0,NULL); appwindow = gnome_app_new("MPEG1 player","MPEG1 player"); gnome_app_set_contents(GNOME_APP(appwindow),