vtenc_h264 causing too many Redistribute latency...
Miki Grof-Tisza
mgroftisza at echo360.com
Tue Oct 24 15:59:03 UTC 2017
I opened a bug and attached a patch.
https://bugzilla.gnome.org/show_bug.cgi?id=789415
Thanks,
Miki
On 10/24/17, 9:19 AM, "gstreamer-devel on behalf of Mailing List SVR" <gstreamer-devel-bounces at lists.freedesktop.org on behalf of lists at svrinformatica.it> wrote:
Hi,
probably you need to open a bug on:
https://bugzilla.gnome.org/
Platform->GStreamer, component gst-plugins-bad, with your patch attached
to get it discussed and eventually merged upstream,
Nicola
Il 24/10/2017 14:50, Miki Grof-Tisza ha scritto:
> Hi,
>
> I just wanted to correct my proposed solution to the issue. I just realized the mistake.
>
> Something like this: (src/applemedia/vtenc.c:1072)
>
> Change:
>
> gst_video_encoder_set_latency (GST_VIDEO_ENCODER (self), latency, latency);
>
> To:
> GstClockTime min_latency, max_latency;
> gst_video_encoder_get_latency(GST_VIDEO_ENCODER (self), &min_latency, &max_latency);
> if (latency > max_latency){
> gst_video_encoder_set_latency (GST_VIDEO_ENCODER (self), min_latency, latency);
> }
>
> -Miki
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list