[vlc-devel] commit: Qt: Show Encoded By in the GUI (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Apr 28 01:51:13 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 28 01:42:37 2009 +0200| [9295055aeecb3c344353368e2c60c07fa2ce0812] | committer: Jean-Baptiste Kempf
Qt: Show Encoded By in the GUI
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9295055aeecb3c344353368e2c60c07fa2ce0812
---
modules/gui/qt4/components/info_panels.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/info_panels.cpp b/modules/gui/qt4/components/info_panels.cpp
index 696a852..c777637 100644
--- a/modules/gui/qt4/components/info_panels.cpp
+++ b/modules/gui/qt4/components/info_panels.cpp
@@ -216,7 +216,8 @@ void MetaPanel::update( input_item_t *p_item )
UPDATE_META( NowPlaying, nowplaying_text );
UPDATE_META( Publisher, publisher_text );
// UPDATE_META( Setting, setting_text );
-// UPDATE_META( EncodedBy, encodedby_text );
+//FIXME this is wrong if has Publisher and EncodedBy fields
+ UPDATE_META( EncodedBy, publisher_text );
UPDATE_META( Date, date_text );
UPDATE_META( TrackNum, seqnum_text );
More information about the vlc-devel
mailing list