mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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;
|
||||
}
|
||||
|
||||
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)
|
||||
g_object_get (sink, "location", &location, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue