mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
vdpau: remove obsolete comment
This commit is contained in:
parent
3a48982235
commit
2363032b34
1 changed files with 0 additions and 4 deletions
|
@ -56,10 +56,6 @@ static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
|
|||
"framerate = (fraction) [ 0, MAX ], "
|
||||
"width = (int) [ 1, MAX ], " "height = (int) [ 1, MAX ]"));
|
||||
|
||||
/* debug category for fltering log messages
|
||||
*
|
||||
* FIXME:exchange the string 'Template vdpaudecoder' with your description
|
||||
*/
|
||||
#define DEBUG_INIT(bla) \
|
||||
GST_DEBUG_CATEGORY_INIT (gst_vdpaudecoder_debug, "vdpaudecoder", 0, "vdpaudecoder base class");
|
||||
|
||||
|
|
Loading…
Reference in a new issue