mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
Add another GST_STR_NULL instance
Original commit message from CVS: Add another GST_STR_NULL instance
This commit is contained in:
parent
3b80a92550
commit
102c29b3b8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-11-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst/gstregistryxml.c: (load_feature):
|
||||||
|
Add another GST_STR_NULL instance
|
||||||
|
|
||||||
2005-11-02 Edward Hervey <edward@fluendo.com>
|
2005-11-02 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/gstpad.c: (handle_pad_block):
|
* gst/gstpad.c: (handle_pad_block):
|
||||||
|
|
|
@ -584,7 +584,7 @@ load_feature (xmlTextReaderPtr reader)
|
||||||
|
|
||||||
if (template) {
|
if (template) {
|
||||||
GST_LOG ("adding template %s to factory %s",
|
GST_LOG ("adding template %s to factory %s",
|
||||||
GST_PAD_TEMPLATE_NAME_TEMPLATE (template),
|
GST_STR_NULL (GST_PAD_TEMPLATE_NAME_TEMPLATE (template)),
|
||||||
GST_PLUGIN_FEATURE_NAME (feature));
|
GST_PLUGIN_FEATURE_NAME (feature));
|
||||||
__gst_element_factory_add_static_pad_template (factory, template);
|
__gst_element_factory_add_static_pad_template (factory, template);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue