After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 561436 - videorate element add image/jpeg to caps template
videorate element add image/jpeg to caps template
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.21
Other All
: Normal minor
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-18 22:06 UTC by rmcouat
Modified: 2008-11-22 14:44 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description rmcouat 2008-11-18 22:06:47 UTC
I work with MJPEG cameras over a network connection. There are times when I would like to take one feed from a camera say at 8 frames/sec and after multipartdemux split the stream with tee and then adjust the rate on one of the branches to say 2 frames/sec. The videorate component will do this provided the source element talking to the camera is set to live mode.

Other information:
line 112 and 119 in gstvideorate.c changed from

    GST_STATIC_CAPS ("video/x-raw-yuv; video/x-raw-rgb")

to

    GST_STATIC_CAPS ("video/x-raw-yuv; video/x-raw-rgb; image/jpeg")
Comment 1 Wim Taymans 2008-11-22 14:44:19 UTC
        * gst/videorate/gstvideorate.c:
        Add jpeg and png image media types to the caps. Fixes #561436.