Skip to content

Ubuntu 20.04 build fixes#38

Open
drothlis wants to merge 1 commit intomasterfrom
ubuntu-20.04
Open

Ubuntu 20.04 build fixes#38
drothlis wants to merge 1 commit intomasterfrom
ubuntu-20.04

Conversation

@drothlis
Copy link
Copy Markdown
Collaborator

  • error: redefinition of ‘gst_clear_caps’
  • deprecation warnings in tcp/gstmultihandlesink.c and tcp/gstmultisocketsink.c:
    • warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
    • warning: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead

[gst_clear_caps] added in GStreamer 1.16.
GDateTime added in GLib 2.26.
g_get_real_time added in GLib 2.28.

Ubuntu 16.04 has GLib 2.48 and GStreamer 1.8.
Ubuntu 18.04 has GLib 2.56 and GStreamer 1.14.
Ubuntu 20.04 has GStreamer 1.16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant