I am trying to write application that decodes H264 file and sends decoded
stream to player... 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? Thanks, -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 |
GStreamer 0.8.x is really, really old. We wouldn't recommend using it
for any purpose whatsoever. We certainly can't help you with any questions you might have about it. Mike On Wed, Oct 1, 2008 at 2:20 PM, Victor lyamtsev <[hidden email]> wrote: > I am trying to write application that decodes H264 file and sends decoded > stream to player... > 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? > Thanks, > -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 > ------------------------------------------------------------------------- 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 |
In reply to this post by chcat
On Thu, Oct 2, 2008 at 12:20 AM, Victor lyamtsev <[hidden email]> wrote:
> I am trying to write application that decodes H264 file and sends decoded > stream to player... > 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. -- 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 |
Hi
You can use ffdec_h264 plugin which is there in gst-ffmpeg package .
On Thu, Oct 2, 2008 at 6:47 PM, Felipe Contreras <[hidden email]> wrote:
-- Regards, Sudarshan Bisht ------------------------------------------------------------------------- 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 |