[Bug 722672] ffmux_dv / avmux_dv reports invalid audio caps.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 21 00:52:59 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=722672
  GStreamer | gst-libav | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |slomo at coaxion.net
     Ever Confirmed|0                           |1

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-01-21 08:52:52 UTC ---
Yes, I can confirm that. The problem is that gst_ffmpegmux_get_id_caps() calls
gst_ffmpeg_codecid_to_caps(), and from there on the information is lost that
this is for DV. So everything possible for the audio and video codec IDs is
added to the caps, which is more than what DV can support.

We would need a gst_ffmpeg_codecid_to_caps_for_format() that takes the
container format type, has special cases for some combinations and otherwise
just calls gst_ffmpeg_codecid_to_caps().

Want to provide a patch?

-- 
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