From 06d94641c271dc846e335104ac61beab38445c4a Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 11 Apr 2002 20:42:26 +0000 Subject: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes. --- sys/dxr3/gstdxr3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dxr3/gstdxr3.c') diff --git a/sys/dxr3/gstdxr3.c b/sys/dxr3/gstdxr3.c index fe26560d..23058a29 100644 --- a/sys/dxr3/gstdxr3.c +++ b/sys/dxr3/gstdxr3.c @@ -16,10 +16,10 @@ plugin_init (GModule *module, GstPlugin *plugin) { GstElementFactory *video_factory; - video_factory = gst_elementfactory_new("dxr3videosink", GST_TYPE_DXR3_VIDEO_SINK, &dxr3_video_sink_details); + video_factory = gst_element_factory_new("dxr3videosink", GST_TYPE_DXR3_VIDEO_SINK, &dxr3_video_sink_details); g_return_val_if_fail(video_factory != NULL, FALSE); - gst_elementfactory_add_padtemplate (video_factory, GST_PADTEMPLATE_GET (dxr3_video_sink_factory)); + gst_element_factory_add_pad_template (video_factory, GST_PAD_TEMPLATE_GET (dxr3_video_sink_factory)); gst_plugin_add_feature (plugin, GST_PLUGIN_FEATURE (video_factory)); -- cgit v1.2.1