From: David Schleef Date: Thu, 5 Feb 2009 21:13:51 +0000 (-0800) Subject: [308/906] Rename glpixbufoverlay to gloverlay X-Git-Tag: 1.19.3~509^2~1701^2~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=500ebc49b93ab3258d58c84065dd4f4c00f2b801;p=platform%2Fupstream%2Fgstreamer.git [308/906] Rename glpixbufoverlay to gloverlay --- diff --git a/tests/examples/gtk/fxtest/pixbufdrop.c b/tests/examples/gtk/fxtest/pixbufdrop.c index 06df5d1..bd4ba7f 100644 --- a/tests/examples/gtk/fxtest/pixbufdrop.c +++ b/tests/examples/gtk/fxtest/pixbufdrop.c @@ -165,7 +165,7 @@ main (gint argc, gchar * argv[]) GOptionEntry options[] = { { "source-bin", 's', 0, G_OPTION_ARG_STRING_ARRAY, &source_desc_array, "Use a custom source bin description (gst-launch style)", NULL }, - { "method", 'm', 0, G_OPTION_ARG_INT, &method, "1 for gstdifferencematte, 2 for gstpixbufoverlay", "M" }, + { "method", 'm', 0, G_OPTION_ARG_INT, &method, "1 for gstdifferencematte, 2 for gloverlay", "M" }, { "delay", 'd', 0, G_OPTION_ARG_INT, &delay, "Wait N seconds before to send the image to gstreamer (useful with differencematte)", "N" }, { NULL } }; @@ -207,7 +207,7 @@ main (gint argc, gchar * argv[]) uload = gst_element_factory_make ("glupload", "glu"); if (method == 2) { - filter = gst_element_factory_make ("glpixbufoverlay", "flt"); + filter = gst_element_factory_make ("gloverlay", "flt"); } else { filter = gst_element_factory_make ("gldifferencematte", "flt"); }