Show a patch.

GET /api/1.1/patches/18456/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 18456,
    "url": "https://patchwork.libcamera.org/api/1.1/patches/18456/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/18456/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "msgid": "<20230324174009.300123-3-nicolas@ndufresne.ca>",
    "date": "2023-03-24T17:40:08",
    "name": "[libcamera-devel,v1,2/3] doc: gstreamer: Add missing queues",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "244c992221a614ffdd2706cc6a7b4e76cb01efa6",
    "submitter": {
        "id": 30,
        "url": "https://patchwork.libcamera.org/api/1.1/people/30/?format=api",
        "name": "Nicolas Dufresne",
        "email": "nicolas@ndufresne.ca"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/18456/mbox/",
    "series": [
        {
            "id": 3814,
            "url": "https://patchwork.libcamera.org/api/1.1/series/3814/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3814",
            "date": "2023-03-24T17:40:06",
            "name": "Add sensor mode selection to GStreamer",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/3814/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/18456/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/18456/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<libcamera-devel-bounces@lists.libcamera.org>",
        "X-Original-To": "parsemail@patchwork.libcamera.org",
        "Delivered-To": "parsemail@patchwork.libcamera.org",
        "Received": [
            "from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id CEB14C0F1B\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 24 Mar 2023 17:40:28 +0000 (UTC)",
            "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id B11226273E;\n\tFri, 24 Mar 2023 18:40:26 +0100 (CET)",
            "from madras.collabora.co.uk (madras.collabora.co.uk\n\t[46.235.227.172])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 65A83603AA\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 24 Mar 2023 18:40:24 +0100 (CET)",
            "from nicolas-tpx395.lan (192-222-136-102.qc.cable.ebox.net\n\t[192.222.136.102])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\tkey-exchange X25519 server-signature RSA-PSS (4096 bits)\n\tserver-digest SHA256)\n\t(No client certificate requested) (Authenticated sender: nicolas)\n\tby madras.collabora.co.uk (Postfix) with ESMTPSA id E99C2660312C;\n\tFri, 24 Mar 2023 17:40:23 +0000 (GMT)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org;\n\ts=mail; t=1679679626;\n\tbh=j+n25JxjeqYb70RPV0hDqHUcYZb2xmnVd87QWprcmGM=;\n\th=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe:\n\tList-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:\n\tFrom;\n\tb=CIvDhWh2NnV+ivnhycqWq3bL006Qwz/0kYBXpaRZs3fDDMgDs+k/wO80+UPaIFb+Y\n\tyXZOYGAkr1SHDD3zgXihyYEbdJP1QyJB/N5Fm0lHJuap9MTBlEbjDhIe1NsMZco72o\n\t77f3V5bVluRZ6Ld5YKFPG3lhyYx6NxkdKDdQr5log19uVnV/0pjfHw9OXybd5zWE33\n\tga2cayxi7LmL8YgIb78uF6pLbNg7K8WoR2SPs2m8NNdtcN06cg2L6bkt0BX0X44Ul+\n\t/DjvdogESlod3Ja7pAEJOUbhoPouW/Wn9zoTePNgvxvXMUOpiu2B7ZkwE0/ltCZtzJ\n\tjPyDnawy+tU1Q==",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Fri, 24 Mar 2023 13:40:08 -0400",
        "Message-Id": "<20230324174009.300123-3-nicolas@ndufresne.ca>",
        "X-Mailer": "git-send-email 2.39.2",
        "In-Reply-To": "<20230324174009.300123-1-nicolas@ndufresne.ca>",
        "References": "<20230324174009.300123-1-nicolas@ndufresne.ca>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH v1 2/3] doc: gstreamer: Add missing queues",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "<libcamera-devel.lists.libcamera.org>",
        "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>",
        "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>",
        "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>",
        "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>",
        "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>",
        "From": "Nicolas Dufresne via libcamera-devel\n\t<libcamera-devel@lists.libcamera.org>",
        "Reply-To": "Nicolas Dufresne <nicolas@ndufresne.ca>",
        "Cc": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
        "Errors-To": "libcamera-devel-bounces@lists.libcamera.org",
        "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"
    },
    "content": "From: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n\nAs libcamerasrc reports some latency, a queue is needed in order to store the\ndata in case the buffers has been produced slightly ahead of our reported\nlatency.\n\nSigned-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n---\n README.rst | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/README.rst b/README.rst\nindex 34b6b49f..52cde91c 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -133,7 +133,7 @@ onto the OpenGL accelerated display element on your system.\n \n .. code::\n \n-  gst-launch-1.0 libcamerasrc camera-name=\"Camera 1\" ! glimagesink\n+  gst-launch-1.0 libcamerasrc camera-name=\"Camera 1\" ! queue ! glimagesink\n \n To show the first camera found you can omit the camera-name property, or you\n can list the cameras and their capabilities using:\n@@ -164,7 +164,7 @@ the following example could be used as a starting point:\n \n    gst-launch-1.0 libcamerasrc ! \\\n         video/x-raw,colorimetry=bt709,format=NV12,width=1280,height=720,framerate=30/1 ! \\\n-        jpegenc ! multipartmux ! \\\n+        queue ! jpegenc ! multipartmux ! \\\n         tcpserversink host=0.0.0.0 port=5000\n \n Which can be received on another device over the network with:\n",
    "prefixes": [
        "libcamera-devel",
        "v1",
        "2/3"
    ]
}