[Bug 720205] playback: add video/x-raw(ANY) to default raw caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 16 04:27:37 PST 2013


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

--- Comment #4 from Matthieu Bouron <matthieu.bouron at collabora.com> 2013-12-16 12:27:33 UTC ---
(In reply to comment #2)
> (From update of attachment 263933 [details])
> Not complete, see
> 
> gstplaybin2.c:static GstStaticCaps raw_audio_caps = GST_STATIC_CAPS
> ("audio/x-raw")

raw_video_caps updated in patch.

> 
> gstplaysink.c:  if (g_str_equal (name, "video/x-raw") || g_str_equal (name,
> "audio/x-raw"))
> 
> gstsubtitleoverlay.c:  if (g_str_equal (name, "video/x-raw"))

gst_structure_get_name () returns video/x-raw even if caps are video/x-raw(ANY)
so it does need any modifications in my point of view.

By the way, i'm wondering how playbin should behave (in the long term) when
hardware decoder are plugged, ie: try to plug videoconvert / deinterlace/
videobalance elements compatible with the caps features ?

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