GNOME Bugzilla – Bug 756383
dashdemux: Incomplete configure check for libgstnet
Last modified: 2015-10-11 09:53:00 UTC
gst-inspect-1.0 -b shows dashdemux when running from the gst-uninstalled env/shell. I guess it works when not using gst-uninstalled as it has not been reported before. Patch follows.
Created attachment 313051 [details] [review] dashdemux: fix undefined reference to gst_ntp_clock_new
Comment on attachment 313051 [details] [review] dashdemux: fix undefined reference to gst_ntp_clock_new That's not how this is supposed to work. The .la files should be used in an uninstalled setup to make sure linking and runtime works properly. But I assume this patch here was for a different problem than the dashdemux one? dashdemux works in gst-uninstalled for me and others btw.
Comment on attachment 313051 [details] [review] dashdemux: fix undefined reference to gst_ntp_clock_new oups wrong patch uploaded :)
Created attachment 313053 [details] [review] dashdemux: fix undefined reference to gst_ntp_clock_new
commit 657f1913c6c4b3b47424e33ef26d1b277792cd21 Author: Julien Isorce <j.isorce@samsung.com> Date: Sun Oct 11 10:00:43 2015 +0100 dashdemux: fix undefined reference to gst_ntp_clock_new Found with gst-inspect-1.0 -b in gst-uninstalled env. https://bugzilla.gnome.org/show_bug.cgi?id=756383