[Webkit-unassigned] [Bug 204673] New: [GStreamer] Convert custom GObject subclasses to WEBKIT_DEFINE_TYPE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 28 03:08:51 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204673

            Bug ID: 204673
           Summary: [GStreamer] Convert custom GObject subclasses to
                    WEBKIT_DEFINE_TYPE
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pnormand at igalia.com

Source/WebCore/platform/graphics/gstreamer/GstAllocatorFastMalloc.cpp
40:G_DEFINE_TYPE(GstAllocatorFastMalloc, gst_allocator_fast_malloc, GST_TYPE_ALLOCATOR)

Source/WebCore/platform/graphics/gstreamer/TextCombinerGStreamer.cpp
45:G_DEFINE_TYPE_WITH_CODE(WebKitTextCombiner, webkit_text_combiner, GST_TYPE_BIN,
75:G_DEFINE_TYPE(WebKitTextCombinerPad, webkit_text_combiner_pad, GST_TYPE_GHOST_PAD);

Source/WebCore/platform/graphics/gstreamer/TextSinkGStreamer.cpp
35:G_DEFINE_TYPE_WITH_CODE(WebKitTextSink, webkit_text_sink, GST_TYPE_APP_SINK,

Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp
141:G_DEFINE_TYPE_WITH_CODE(WebKitVideoSink, webkit_video_sink, GST_TYPE_VIDEO_SINK, GST_DEBUG_CATEGORY_INIT(webkitVideoSinkDebug, "webkitsink", 0, "webkit video sink"));

Source/WebCore/platform/graphics/gstreamer/eme/WebKitClearKeyDecryptorGStreamer.cpp
65:G_DEFINE_TYPE(WebKitMediaClearKeyDecrypt, webkit_media_clear_key_decrypt, WEBKIT_TYPE_MEDIA_CENC_DECRYPT);

Source/WebCore/platform/graphics/gstreamer/mse/WebKitMediaSourceGStreamer.cpp
188:G_DEFINE_TYPE_WITH_CODE(WebKitMediaSrc, webkit_media_src, GST_TYPE_BIN,

Source/WebCore/platform/graphics/gstreamer/eme/WebKitCommonEncryptionDecryptorGStreamer.cpp
60:G_DEFINE_TYPE(WebKitMediaCommonEncryptionDecrypt, webkit_media_common_encryption_decrypt, GST_TYPE_BASE_TRANSFORM);

Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp
136:G_DEFINE_TYPE_WITH_CODE(WebKitWebAudioSrc, webkit_web_audio_src, GST_TYPE_BIN, GST_DEBUG_CATEGORY_INIT(webkit_web_audio_src_debug, \

Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp
332:G_DEFINE_TYPE_WITH_CODE(WebKitMediaStreamSrc, webkit_media_stream_src, GST_TYPE_BIN, doInit);

Source/WebCore/platform/mediastream/libwebrtc/GStreamerVideoEncoder.cpp
92:G_DEFINE_TYPE_WITH_PRIVATE (GstWebrtcVideoEncoder, gst_webrtc_video_encoder,

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191128/758686e0/attachment.htm>


More information about the webkit-unassigned mailing list