Trying to build from source using this link as a guide:
https://askubuntu.com/questions/723723/ I install the dependencies and get on with the build see attached log file. I assume the git related messages at the start can be safely ignored (I grabbed the source via wget https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.10.4.tar.xz. In a nutshell I run: ./autogen.sh followed by make (all output in attached log). When finished I run a couple command to validate: joe@joelaptop:/usr/local/src/gstreamer-1.10.4$ ./tools/gst-launch-1.0 -v fakesrc num_buffers=5 ! fakesink ERROR: pipeline could not be constructed: no element "fakesrc". joe@joelaptop:/usr/local/src/gstreamer-1.10.4$ ./tools/gst-inspect-1.0 staticelements: bin: Generic bin staticelements: pipeline: Pipeline object Total count: 1 plugin, 2 features What am I missing??? I tried building 1.8.3 from source with the same result. Any and all guidance appreciated.gstreamer-build-log.txt |
Try "videotestsrc" instead of "fakesrc"
-----Ursprüngliche Nachricht----- Von: gstreamer-devel [mailto:[hidden email]] Im Auftrag von jopado Gesendet: Montag, 3. Juli 2017 17:50 An: [hidden email] Betreff: Building 1.10.4 from source on ubuntu 16.04 Trying to build from source using this link as a guide: https://askubuntu.com/questions/723723/ I install the dependencies and get on with the build see attached log file. I assume the git related messages at the start can be safely ignored (I grabbed the source via wget https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.10.4.tar.xz. In a nutshell I run: ./autogen.sh followed by make (all output in attached log). When finished I run a couple command to validate: joe@joelaptop:/usr/local/src/gstreamer-1.10.4$ ./tools/gst-launch-1.0 -v fakesrc num_buffers=5 ! fakesink *ERROR*: pipeline could not be constructed: no element "fakesrc". joe@joelaptop:/usr/local/src/gstreamer-1.10.4$ ./tools/gst-inspect-1.0 staticelements: bin: Generic bin staticelements: pipeline: Pipeline object Total count: 1 plugin, 2 features What am I missing??? I tried building 1.8.3 from source with the same result. Any and all guidance appreciated. gstreamer-build-log.txt <http://gstreamer-devel.966125.n4.nabble.com/file/n4683658/gstreamer-build-log.txt> -- View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Building-1-10-4-from-source-on-ubuntu-16-04-tp4683658.html Sent from the GStreamer-devel mailing list archive at Nabble.com. _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi Martin - Thanks for looking. Same result with videotstsrc: joe@joelaptop:/usr/local/src/gstreamer-1.10.4$ ./tools/gst-launch-1.0 -v videotestsrc num_buffers=5 ! fakesink ERROR: pipeline could not be constructed: no element "videotestsrc". The gst-inspect output indicates there are almost no elements present. Don't know what to make of it. Thanks, Joe From: "Maurer, Martin" <[hidden email]> To: Discussion of the development of and with GStreamer <[hidden email]> Sent: Monday, July 3, 2017 9:21 AM Subject: AW: Building 1.10.4 from source on ubuntu 16.04 Try "videotestsrc" instead of "fakesrc" -----Ursprüngliche Nachricht----- Von: gstreamer-devel [mailto:[hidden email]] Im Auftrag von jopado Gesendet: Montag, 3. Juli 2017 17:50 An: [hidden email] Betreff: Building 1.10.4 from source on ubuntu 16.04 Trying to build from source using this link as a guide: I install the dependencies and get on with the build see attached log file. I assume the git related messages at the start can be safely ignored (I grabbed the source via wget https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.10.4.tar.xz. In a nutshell I run: ./autogen.sh followed by make (all output in attached log). When finished I run a couple command to validate: [hidden email]:/usr/local/src/gstreamer-1.10.4$ ./tools/gst-launch-1.0 -v fakesrc num_buffers=5 ! fakesink *ERROR*: pipeline could not be constructed: no element "fakesrc". [hidden email]:/usr/local/src/gstreamer-1.10.4$ ./tools/gst-inspect-1.0 staticelements: bin: Generic bin staticelements: pipeline: Pipeline object Total count: 1 plugin, 2 features What am I missing??? I tried building 1.8.3 from source with the same result. Any and all guidance appreciated. gstreamer-build-log.txt <http://gstreamer-devel.966125.n4.nabble.com/file/n4683658/gstreamer-build-log.txt> -- View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Building-1-10-4-from-source-on-ubuntu-16-04-tp4683658.html Sent from the GStreamer-devel mailing list archive at Nabble.com. _______________________________________________ gstreamer-devel mailing list _______________________________________________ gstreamer-devel mailing list _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Maurer, Martin
Hi Joe,
in my environment (different version of gstreamer, different OS) I have Total count: 164 plugins, 1243 features Much more than you. Could it be you are missing the other source packages? Here an extract of an old email from Sebastian Dröge from 23.02.2017: Release tarballs can be downloaded directly from: https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.10.4.tar.xz 50c2f5af50a6cc6c0a3f3ed43bdd8b5e2bff00bacfb766d4be139ec06d8b5218 gstreamer-1.10.4.tar.xz https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.10.4.tar.xz f6d245b6b3d4cb733f81ebb021074c525ece83db0c10e932794b339b8d935eb7 gst-plugins-base-1.10.4.tar.xz https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.10.4.tar.xz 8a86c61434a8c44665365bd0b3557a040937d1f44bf69caee4e9ea816ce74d7e gst-plugins-good-1.10.4.tar.xz https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.10.4.tar.xz 23ddae506b3a223b94869a0d3eea3e9a12e847f94d2d0e0b97102ce13ecd6966 gst-plugins-bad-1.10.4.tar.xz https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.10.4.tar.xz 6386c77ca8459cba431ed0b63da780c7062c7cc48055d222024d8eaf198ffa59 gst-plugins-ugly-1.10.4.tar.xz https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.10.4.tar.xz 6ca0feca75e3d48315e07f20ec37cf6260ed1e9dde58df355febd5016246268b gst-libav-1.10.4.tar.xz https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.10.4.tar.xz 2f6e12fd4e3568ee190dc24e57e4c3a878971c3a3fb6904a9674404fac256de6 gst-rtsp-server-1.10.4.tar.xz https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.10.4.tar.xz 59508174b8bc86c05290aa9a7c5d480ac556a6f36306ddbc1d0eacf4f7868212 gst-python-1.10.4.tar.xz https://gstreamer.freedesktop.org/src/gst-editing-services/gstreamer-editing-services-1.10.4.tar.xz f2ad6d02dc9d12e899059796e8de03a662f41e4d732797fb4b5ecbc973582144 gstreamer-editing-services-1.10.4.tar.xz https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.10.4.tar.xz e59c00bf64cca9c477cdb44eb8dd0b3aac5499b17d77bf28ee054fd211e8d73c gst-validate-1.10.4.tar.xz https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.10.4.tar.xz 03e690621594d9f9495d86c7dac8b8590b3a150462770ed070dc76f66a70de75 gstreamer-vaapi-1.10.4.tar.xz https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.10.4.tar.xz 45072925cf262f0fd528fab78f0de52734e46a5a88aa802fae51c67c09c81aa2 gst-omx-1.10.4.tar.xz Best regards, Martin -----Ursprüngliche Nachricht----- Von: gstreamer-devel [mailto:[hidden email]] Im Auftrag von Maurer, Martin Gesendet: Montag, 3. Juli 2017 18:21 An: Discussion of the development of and with GStreamer <[hidden email]> Betreff: AW: Building 1.10.4 from source on ubuntu 16.04 Try "videotestsrc" instead of "fakesrc" -----Ursprüngliche Nachricht----- Von: gstreamer-devel [mailto:[hidden email]] Im Auftrag von jopado Gesendet: Montag, 3. Juli 2017 17:50 An: [hidden email] Betreff: Building 1.10.4 from source on ubuntu 16.04 Trying to build from source using this link as a guide: https://askubuntu.com/questions/723723/ I install the dependencies and get on with the build see attached log file. I assume the git related messages at the start can be safely ignored (I grabbed the source via wget https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.10.4.tar.xz. In a nutshell I run: ./autogen.sh followed by make (all output in attached log). When finished I run a couple command to validate: joe@joelaptop:/usr/local/src/gstreamer-1.10.4$ ./tools/gst-launch-1.0 -v fakesrc num_buffers=5 ! fakesink *ERROR*: pipeline could not be constructed: no element "fakesrc". joe@joelaptop:/usr/local/src/gstreamer-1.10.4$ ./tools/gst-inspect-1.0 staticelements: bin: Generic bin staticelements: pipeline: Pipeline object Total count: 1 plugin, 2 features What am I missing??? I tried building 1.8.3 from source with the same result. Any and all guidance appreciated. gstreamer-build-log.txt <http://gstreamer-devel.966125.n4.nabble.com/file/n4683658/gstreamer-build-log.txt> -- View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Building-1-10-4-from-source-on-ubuntu-16-04-tp4683658.html Sent from the GStreamer-devel mailing list archive at Nabble.com. _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
I'm assuming that by building gstreamer-1.10.4 , I will get a basic set of core elements (like fakesrc, videotestsrc, etc) independent from any additional element supplied by gst-plugins-*. Is this assumption correct? One of the things I tried is to install the gstreamer base as I have shown here and then built and installed gst-plugins-base-1.10.4.tar.xz. Result was the same. I'm still .
I did grab the source from the link you provided - same result. |
Free forum by Nabble | Edit this page |