mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
docs: fix build of docs examples
Update for registry method rename
This commit is contained in:
parent
9540014d2e
commit
5b3fcd2fe2
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ init_factories (void)
|
||||||
{
|
{
|
||||||
/* first filter out the interesting element factories */
|
/* first filter out the interesting element factories */
|
||||||
factories = gst_registry_feature_filter (
|
factories = gst_registry_feature_filter (
|
||||||
gst_registry_get_default (),
|
gst_registry_get (),
|
||||||
(GstPluginFeatureFilter) cb_feature_filter, FALSE, NULL);
|
(GstPluginFeatureFilter) cb_feature_filter, FALSE, NULL);
|
||||||
|
|
||||||
/* sort them according to their ranks */
|
/* sort them according to their ranks */
|
||||||
|
|
Loading…
Reference in a new issue