bugfix
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5592 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,4 +11,5 @@ MediaPlugin::~MediaPlugin()
|
||||
status_t
|
||||
MediaPlugin::RegisterPlugin()
|
||||
{
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ resource app_signature "application/x-vnd.OpenBeOS-media-server";
|
||||
0000000E = ARGV_ONLY + BACKGROUND APP + EXCLUSIVE LAUNCH
|
||||
*/
|
||||
|
||||
resource app_flags 0x00000006;
|
||||
resource app_flags 0x00000002;
|
||||
|
||||
resource app_version {
|
||||
|
||||
|
||||
@@ -138,3 +138,8 @@ err:
|
||||
return 0;
|
||||
}
|
||||
|
||||
status_t
|
||||
_get_format_for_description(media_format *out_format, const media_format_description &in_desc)
|
||||
{
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
@@ -138,3 +138,8 @@ err:
|
||||
return 0;
|
||||
}
|
||||
|
||||
status_t
|
||||
_get_format_for_description(media_format *out_format, const media_format_description &in_desc)
|
||||
{
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user