"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "gst/parse/grammar.y.in" between
gstreamer-1.22.2.tar.xz and gstreamer-1.22.3.tar.xz

About: GStreamer is a library for constructing of graphs of media-handling components (for e.g. simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing). The core library and elements.

grammar.y.in  (gstreamer-1.22.2.tar.xz):grammar.y.in  (gstreamer-1.22.3.tar.xz)
skipping to change at line 672 skipping to change at line 672
if (!collect_value (pspec, pp->value, &v)) { if (!collect_value (pspec, pp->value, &v)) {
SET_ERROR (graph->error, GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY, SET_ERROR (graph->error, GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY,
_("could not set property \"%s\" in child of element \"%s\" to \" %s\""), _("could not set property \"%s\" in child of element \"%s\" to \" %s\""),
pp->name, data->factory_name, pp->value); pp->name, data->factory_name, pp->value);
g_value_unset (&v); g_value_unset (&v);
goto done; goto done;
} else { } else {
g_object_set_property (target, pspec->name, &v); g_object_set_property (target, pspec->name, &v);
g_value_unset (&v); g_value_unset (&v);
} }
gst_object_unref (target);
} }
} }
for (tmp = data->presets; tmp; tmp = tmp->next) { for (tmp = data->presets; tmp; tmp = tmp->next) {
gst_parse_element_preset (tmp->data, ret, graph); gst_parse_element_preset (tmp->data, ret, graph);
} }
done: done:
g_slist_free_full (proxied, (GDestroyNotify) proxied_property_free); g_slist_free_full (proxied, (GDestroyNotify) proxied_property_free);
gst_object_unref (loaded_factory); gst_object_unref (loaded_factory);
 End of changes. 1 change blocks. 
0 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)