[gstreamer-bugs] [Bug 354174] [PATCH] add REAL support by using the proprietary drivers

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jan 5 10:20:23 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=354174

  GStreamer | gst-plugins-bad | Ver: HEAD CVS


Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79203|none                        |committed
               Flag|                            |




------- Comment #44 from Edward Hervey  2007-01-05 18:18 UTC -------
Made several modifications to the code to make it work on x86_64 also (the .so
have been available for the past month). Commited the separation code too.

Still have to commit the audio part.

2007-01-05  Edward Hervey  <edward at fluendo.com>

        * configure.ac:
        Real video .so are now also available for x86_64, so we can build the
        Real plugin on i386 AND x86_64.
        * gst/real/Makefile.am:
        * gst/real/gstreal.c: (plugin_init):
        New plugin file for real .so wrapper plugins.
        * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
        (gst_real_video_dec_decode), (gst_real_video_dec_chain),
        (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
        (open_library), (close_library), (gst_real_video_dec_init),
        (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
        (gst_real_video_dec_set_property),
        (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
        * gst/real/gstrealvideodec.h:
        Moved RealVideo element to separate file
        Cleaned up code some more.
        Make it work on x86_64.
        Try several possible locations for .so
        Separate opening/closing libraries in separate functions.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list