>> Is there h264 plugins for gstreamer-0.8.10 ( That's the only version
>> I could make to work for RedHat EL 4 )? >> Can someone tell me what decoder element I can use - I don't see "x264 >> decoder" plugin with 'gst-inspect'? >> Should I search for that plugin? >> Another question: Does Gstreamer plugin contain codec, or does it only >> provide interface to it? >> E.g. Do I have to install x264 codec prior to plugin? > > You should use 0.10.x. > > If that's not on the system I'm afraid you would need to compile > GStreamer and it's dependencies, or get RH to update it. I can't compile gstreamer 0.10.x for RedHat EL 4: it comes with glib 2.3.4, 0.10.x requires version >=2.6, later versions of glib require later versions of pkg-config, etc. Thanks anyway, -V ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Fri, Oct 3, 2008 at 4:39 PM, Victor lyamtsev <[hidden email]> wrote:
>>> Is there h264 plugins for gstreamer-0.8.10 ( That's the only version >>> I could make to work for RedHat EL 4 )? >>> Can someone tell me what decoder element I can use - I don't see "x264 >>> decoder" plugin with 'gst-inspect'? >>> Should I search for that plugin? >>> Another question: Does Gstreamer plugin contain codec, or does it only >>> provide interface to it? >>> E.g. Do I have to install x264 codec prior to plugin? >> >> You should use 0.10.x. >> >> If that's not on the system I'm afraid you would need to compile >> GStreamer and it's dependencies, or get RH to update it. > > I can't compile gstreamer 0.10.x for RedHat EL 4: it comes with glib > 2.3.4, 0.10.x requires version >=2.6, > later versions of glib require later versions of pkg-config, etc. > Thanks anyway, That's the disadvantage of using an incredibly old distribution. But still, you can compile pkg-config, glib and gst in /opt/foo, there are not many dependencies. Check for example the instructions to compile for embedded[1] probably you would only need +pkg-config: http://www.gstreamer.net/wiki/HowToCompileForEmbedded -- Felipe Contreras ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |