mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
splitmuxsink: Check the correct sink class for the existence of the "location" property
This commit is contained in:
parent
5877d945a4
commit
eb0b676fae
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ send_fragment_opened_closed_msg (GstSplitMuxSink * splitmux, gboolean opened,
|
||||||
running_time = *rtime;
|
running_time = *rtime;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_object_class_find_property (G_OBJECT_GET_CLASS (splitmux->sink),
|
if (g_object_class_find_property (G_OBJECT_GET_CLASS (sink),
|
||||||
"location") != NULL)
|
"location") != NULL)
|
||||||
g_object_get (sink, "location", &location, NULL);
|
g_object_get (sink, "location", &location, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue