Hi,
I'm running Fedora 8 and it came with gstreamer-0.10.15-3. I wanted the latest version because my DVD codex wasn't working using Totem. So; I uninstalled anything that had gstreamer in it and I downloaded gstreamer-0.10.19, gst-plugins-base.0.10.19, and gst-python-0.10.11. I didn't have a problem installing gstreamer, I extracted the source to /usr/local/src and did ./configure, make, make install. I extracted the other two files there to, but when I do configure they're giving me errors, thus not having a make file ready. ===== gst-plugins-base.0.10.19 = checking for LIBOIL... configure: error: liboil-0.3.8 or later is required ===== I checked Fedora's package manager and it has a later version of liboil installed. ==== checking for GST... configure: error: Package requirements (gstreamer-0.10 >= 0.10.12) were not met. ==== I just installed a latest version of gstreamer!?
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, Apr 30, 2008 at 6:10 PM, Marc Ferguson <[hidden email]> wrote:
> > Hi, > > I'm running Fedora 8 and it came with gstreamer-0.10.15-3. I wanted the > latest version because my DVD codex wasn't working using Totem. So; I > uninstalled anything that had gstreamer in it and I downloaded > gstreamer-0.10.19, gst-plugins-base.0.10.19, and gst-python-0.10.11. You need gst-plugins-ugly and perhaps gst-plugins-bad. You can find them in rpm.livna.org. > I didn't have a problem installing gstreamer, I extracted the source > to /usr/local/src and did ./configure, make, make install. I extracted > the other two files there to, but when I do configure they're giving me > errors, thus not having a make file ready. It doesn't matter where you extract the source. If you want to know if GStreamer was properly installed you need to do this: pkg-config --modversion gstreamer-0.10 > ===== > gst-plugins-base.0.10.19 = checking for LIBOIL... configure: error: > liboil-0.3.8 or later is required > ===== > I checked Fedora's package manager and it has a later version of liboil > installed. You need liboil-devel. Again, you can check with: pkg-config --modversion liboil-0.3 > ==== > checking for GST... configure: error: Package requirements > (gstreamer-0.10 >= 0.10.12) were not met. > ==== > I just installed a latest version of gstreamer!? Apparently not correctly. Best regards. -- Felipe Contreras ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Thanks Felipe,
How do you know which flavor of plugins to use though. I went to gstreamers web site and it didn't really go into details what each package was - just some legal mumbo jumbo. On Wed, 2008-04-30 at 18:27 +0300, Felipe Contreras wrote: On Wed, Apr 30, 2008 at 6:10 PM, Marc Ferguson <[hidden email]> wrote: > > Hi, > > I'm running Fedora 8 and it came with gstreamer-0.10.15-3. I wanted the > latest version because my DVD codex wasn't working using Totem. So; I > uninstalled anything that had gstreamer in it and I downloaded > gstreamer-0.10.19, gst-plugins-base.0.10.19, and gst-python-0.10.11. You need gst-plugins-ugly and perhaps gst-plugins-bad. You can find them in rpm.livna.org. > I didn't have a problem installing gstreamer, I extracted the source > to /usr/local/src and did ./configure, make, make install. I extracted > the other two files there to, but when I do configure they're giving me > errors, thus not having a make file ready. It doesn't matter where you extract the source. If you want to know if GStreamer was properly installed you need to do this: pkg-config --modversion gstreamer-0.10 > ===== > gst-plugins-base.0.10.19 = checking for LIBOIL... configure: error: > liboil-0.3.8 or later is required > ===== > I checked Fedora's package manager and it has a later version of liboil > installed. You need liboil-devel. Again, you can check with: pkg-config --modversion liboil-0.3 > ==== > checking for GST... configure: error: Package requirements > (gstreamer-0.10 >= 0.10.12) were not met. > ==== > I just installed a latest version of gstreamer!? Apparently not correctly. Best regards.
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, Apr 30, 2008 at 7:00 PM, Marc Ferguson <[hidden email]> wrote:
> > Thanks Felipe, > > How do you know which flavor of plugins to use though. I went to > gstreamers web site and it didn't really go into details what each package > was - just some legal mumbo jumbo. Just install them all if you are not sure. http://gstreamer.freedesktop.org/documentation/plugins.html -- Felipe Contreras ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi,
What is supposed to happen after you install gstreamer and its plugins? Should I get more plugin options in Totem, because I don't see anything different. I've manually installed libdvdcss-1.2.9, but I still can't play the DVD. Thanks for any help. On Wed, 2008-04-30 at 19:04 +0300, Felipe Contreras wrote: On Wed, Apr 30, 2008 at 7:00 PM, Marc Ferguson <[hidden email]> wrote: > > Thanks Felipe, > > How do you know which flavor of plugins to use though. I went to > gstreamers web site and it didn't really go into details what each package > was - just some legal mumbo jumbo. Just install them all if you are not sure. http://gstreamer.freedesktop.org/documentation/plugins.html
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
OK; it seems that my manual install of gstreamer-0.10.19 and Fedora's repository 0.10.15 conflicted in some way. I uninstalled 0.10.19 and ran "gst-inspect" and I went from 4 plugins to 170-something. Although all these plugins are installed, when I go to Totem, I still don't see any extra plugins. How do I sync Totem with GStreamer? Thanks.
On Wed, 2008-04-30 at 12:22 -0400, Marc Ferguson wrote: Hi,
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi All,
It seems all I had to do was restart my computer or xserver - not certain why, but Totem plays my DVDs now. Thanks for all your help. On Wed, 2008-04-30 at 12:47 -0400, Marc Ferguson wrote: OK; it seems that my manual install of gstreamer-0.10.19 and Fedora's repository 0.10.15 conflicted in some way. I uninstalled 0.10.19 and ran "gst-inspect" and I went from 4 plugins to 170-something. Although all these plugins are installed, when I go to Totem, I still don't see any extra plugins. How do I sync Totem with GStreamer? Thanks.
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |