mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
fix the bug where pngenc was registered as a effect plugin
Original commit message from CVS: fix the bug where pngenc was registered as a effect plugin
This commit is contained in:
parent
68bd6538d8
commit
8c4aec9998
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
GstElementDetails gst_pngenc_details = {
|
||||
"png encoder",
|
||||
"Filter/Video/Effect",
|
||||
"Codec/Image/Encoder",
|
||||
"LGPL",
|
||||
"Encode a video frame to a .png image",
|
||||
VERSION,
|
||||
|
|
Loading…
Reference in a new issue