Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0b3e3c5ec50bd9d6c0ecb21d0832a42edeaf9f86
      
https://github.com/WebKit/WebKit/commit/0b3e3c5ec50bd9d6c0ecb21d0832a42edeaf9f86
  Author: Philippe Normand <ph...@igalia.com>
  Date:   2024-06-24 (Mon, 24 Jun 2024)

  Changed paths:
    M 
Source/WebCore/platform/graphics/gstreamer/mse/WebKitMediaSourceGStreamer.cpp

  Log Message:
  -----------
  [GStreamer][MSE] Improved error handling in webkitmediasrc
https://bugs.webkit.org/show_bug.cgi?id=275778

Reviewed by Alicia Boya Garcia.

If we fail to push a buffer downstream we should post an error on the bus, 
GST_ELEMENT_ERROR takes
care of that. In that case the error message will be handled in the player, 
which will also dump the
pipeline graph, so there is no need to do that anymore from the source element.

Driving-by, the pipeline dumps generated by webkitmediasrc are now named 
according to the pipeline
they belong to, instead of hardcoding "playback-pipeline".

* Source/WebCore/platform/graphics/gstreamer/mse/WebKitMediaSourceGStreamer.cpp:
(dumpPipeline):
(webKitMediaSrcLoop):

Canonical link: https://commits.webkit.org/280297@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to