[Bug 753257] avenc_mjpeg does not play well with appsrc do-timestamp=true
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Aug 5 08:03:05 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753257
--- Comment #8 from Francois Gouget <fgouget at codeweavers.com> ---
Thanks. I updated the caps so that in GStreamer 1.0 they are now set to:
encoder->src_caps = gst_caps_new_simple(
"video/x-raw",
"format", G_TYPE_STRING, encoder->format->format,
"width", G_TYPE_INT, encoder->width,
"height", G_TYPE_INT, encoder->height,
"framerate", GST_TYPE_FRACTION, get_source_fps(encoder), 1,
NULL);
There's no change on the timestamp front though.
--
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