[Bug 691935] [x264] Should detect bit depth and color formats at runtime

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 7 16:16:51 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=691935
  GStreamer | gst-plugins-ugly | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.1

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-02-08 00:16:44 UTC ---
Decided to put all formats for the given arch in the temple caps now:

commit 201e3f74be99915582418d2ec27b7069805fb01d
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Fri Feb 8 00:11:03 2013 +0000

    x264enc: put all theoretically possible formats in template caps

    and decide at runtime which subset of these (8-bit or 10-bit video
    formats) is supported. libx264 will be compiled for one of these
    two options, and it is possible to switch by pointing the dynamic
    linker to a different libx264 build at runtime. If we want our
    template caps to be correct, they should contain all then, with
    the actually supported ones determined at runtime.

    https://bugzilla.gnome.org/show_bug.cgi?id=691935

commit e765deb01b781354cac2cbaf930cbea5e7d9d9f1
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Wed Jan 23 10:16:51 2013 +0000

    x264enc: detect supported bit depth and pixel formats at runtime

    http://bugs.debian.org/667573
    https://bugzilla.gnome.org/show_bug.cgi?id=691935

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list