Skip to content

Commit

Permalink
ENH: add the liveview support of P1P
Browse files Browse the repository at this point in the history
P1P uses Mjpeg instead of h264

Change-Id: I41c8a6b7c13ed027350939bea3d9cb74757c0b63
  • Loading branch information
lanewei120 committed Jan 28, 2023
1 parent 9b3ed8e commit 8a81df9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/slic3r/GUI/Printer/gstbambusrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ GST_DEBUG_CATEGORY_STATIC (gst_bambusrc_debug);
static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,
GST_PAD_ALWAYS,
GST_STATIC_CAPS("video/x-h264,framerate=0/1,parsed=(boolean)false,stream-format=(string)byte-stream"));
GST_STATIC_CAPS_ANY);
//GST_STATIC_CAPS("video/x-h264,framerate=0/1,parsed=(boolean)false,stream-format=(string)byte-stream"));

enum
{
Expand Down

0 comments on commit 8a81df9

Please sign in to comment.