static void
connect_properties_signals (GESTrackObject * object)
{
- if (G_UNLIKELY (object->priv->properties_hashtable)) {
+ if (G_UNLIKELY (!object->priv->properties_hashtable)) {
GST_WARNING ("The properties_hashtable hasn't been set");
+ return;
}
g_hash_table_foreach (object->priv->properties_hashtable,
* ges_track_object_get_track:
* @object: a #GESTrackObject
*
- * Get the #GESTrack to which this object belongs.
+ * Get the #GESTrack to which this object belongs.
*
* Returns: (transfer none): The #GESTrack to which this object belongs. Can be %NULL if it
* is not in any track