[Bug 775487] gstplayer: Move to playbin3 and GstStreams API

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 22 12:25:50 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=775487

--- Comment #29 from Seungha Yang <sh.yang at lge.com> ---
Or does this look better?

#define GST_PLAYER_USE_PLAYBIN3(self) G_STMT_START {  \
  const gchar *__env = g_getenv ("USE_PLAYBIN3");     \
  if (__env && g_str_has_prefix (__env, "1"))         \
    self->use_playbin3 = TRUE;                        \
} G_STMT_END

...

GST_PLAYER_USE_PLAYBIN3 (self);

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list