vtenc_h264 causing too many Redistribute latency...

Mailing List SVR lists at svrinformatica.it
Tue Oct 24 13:17:37 UTC 2017


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



More information about the gstreamer-devel mailing list