git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5592 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-12-06 16:11:01 +00:00
parent 4c8484c911
commit d23c804c82
4 changed files with 12 additions and 1 deletions
+1
View File
@@ -11,4 +11,5 @@ MediaPlugin::~MediaPlugin()
status_t
MediaPlugin::RegisterPlugin()
{
return B_OK;
}
+1 -1
View File
@@ -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;
}