mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
cvs collision
Original commit message from CVS: cvs collision
This commit is contained in:
parent
1f45cc0b2b
commit
1ed4713a08
1 changed files with 2 additions and 3 deletions
|
@ -593,9 +593,8 @@ plugin_init (GModule *module, GstPlugin *plugin)
|
|||
GstElementFactory *factory;
|
||||
|
||||
/* create an elementfactory for the mad element */
|
||||
factory = gst_element_factory_new("mad",GST_TYPE_MAD,
|
||||
&gst_mad_details);
|
||||
g_return_val_if_fail(factory != NULL, FALSE);
|
||||
factory = gst_element_factory_new ("mad", GST_TYPE_MAD, &gst_mad_details);
|
||||
g_return_val_if_fail (factory != NULL, FALSE);
|
||||
|
||||
gst_element_factory_add_pad_template (factory,
|
||||
GST_PAD_TEMPLATE_GET (mad_sink_template_factory));
|
||||
|
|
Loading…
Reference in a new issue