After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756383 - dashdemux: Incomplete configure check for libgstnet
dashdemux: Incomplete configure check for libgstnet
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.6.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-11 09:04 UTC by Julien Isorce
Modified: 2015-10-11 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dashdemux: fix undefined reference to gst_ntp_clock_new (4.24 KB, patch)
2015-10-11 09:05 UTC, Julien Isorce
rejected Details | Review
dashdemux: fix undefined reference to gst_ntp_clock_new (1.45 KB, patch)
2015-10-11 09:43 UTC, Julien Isorce
committed Details | Review

Description Julien Isorce 2015-10-11 09:04:36 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.
Comment 1 Julien Isorce 2015-10-11 09:05:29 UTC
Created attachment 313051 [details] [review]
dashdemux: fix undefined reference to gst_ntp_clock_new
Comment 2 Sebastian Dröge (slomo) 2015-10-11 09:33:51 UTC
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 3 Julien Isorce 2015-10-11 09:43:12 UTC
Comment on attachment 313051 [details] [review]
dashdemux: fix undefined reference to gst_ntp_clock_new

oups wrong patch uploaded :)
Comment 4 Julien Isorce 2015-10-11 09:43:49 UTC
Created attachment 313053 [details] [review]
dashdemux: fix undefined reference to gst_ntp_clock_new
Comment 5 Sebastian Dröge (slomo) 2015-10-11 09:52:42 UTC
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