[Bug 719799] vp8enc: failed to encode some streams
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Dec 15 08:01:24 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=719799
GStreamer | gst-plugins-good | git
--- Comment #5 from Oleksij Rempel <bug-track at fisher-privat.net> 2013-12-15 16:01:18 UTC ---
With this workaround I'm able to encode this any many other videos:
diff --git a/ext/vpx/gstvp8enc.c b/ext/vpx/gstvp8enc.c
index d68cdff..8bb64e4 100644
--- a/ext/vpx/gstvp8enc.c
+++ b/ext/vpx/gstvp8enc.c
@@ -1511,7 +1511,8 @@ gst_vp8_enc_set_format (GstVideoEncoder * video_encoder,
if (encoder->inited) {
GST_DEBUG_OBJECT (video_encoder, "refusing renegotiation");
- return FALSE;
+ //return FALSE;
+ return TRUE;
}
g_mutex_lock (&encoder->encoder_lock);
--
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