[Bug 703712] avvideoscale negotiation error

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jul 6 08:20:28 PDT 2013


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

--- Comment #2 from Jason Pinto <raju.babannavar at gmail.com> 2013-07-06 15:20:22 UTC ---
(From update of attachment 248525)
307a308,309
>   /* Fix for negotiation error */
>   othercaps = gst_caps_truncate (othercaps);
446c448
< gst_ffmpeg_caps_to_pixfmt (const GstCaps * caps)
---
> gst_ffmpeg_caps_to_pixfmt (GstVideoInfo info)
448d449
<   GstVideoInfo info;
451,455d451
<   GST_DEBUG ("converting caps %" GST_PTR_FORMAT, caps);
< 
<   if (gst_video_info_from_caps (&info, caps))
<     goto invalid_caps;
< 
537,538c533,534
<   scale->in_pixfmt = gst_ffmpeg_caps_to_pixfmt (incaps);
<   scale->out_pixfmt = gst_ffmpeg_caps_to_pixfmt (outcaps);
---
>   scale->in_pixfmt = gst_ffmpeg_caps_to_pixfmt (scale->in_info);
>   scale->out_pixfmt = gst_ffmpeg_caps_to_pixfmt (scale->out_info);

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